Clint.py errors list

src/nvim/api/buffer.c:53:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/buffer.c:53:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/buffer.c:74:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/buffer.c:74:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/buffer.c:99:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:100:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:101:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:102:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:103:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:165:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:166:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:167:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:168:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:169:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/buffer.c:170:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.c:306:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.c:390:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/helpers.c:390:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/private/helpers.c:755:  if should always use braces  [readability/braces] [5]
src/nvim/api/private/helpers.c:756:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.c:795:  if should always use braces  [readability/braces] [5]
src/nvim/api/vim.c:83:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/vim.c:89:  if should always use braces  [readability/braces] [5]
src/nvim/api/vim.c:111:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/vim.c:120:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/vim.c:176:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/vim.c:398:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/vim.c:398:  Missing space before }  [whitespace/braces] [5]
src/nvim/buffer.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:85:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:86:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:101:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:103:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:110:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:130:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:138:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:146:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:147:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:149:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:161:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:163:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:164:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:169:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:170:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:173:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:174:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:177:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:178:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:186:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:188:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:189:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:191:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:190:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:209:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:214:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:215:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:219:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:231:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:250:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:249:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:266:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:269:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:289:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:290:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:313:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:329:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:332:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:333:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:333:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:340:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:340:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:358:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:358:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:371:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:377:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:382:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:387:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:390:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:391:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:403:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:404:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:405:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:409:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:411:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:416:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:426:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:438:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:440:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:442:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:444:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:451:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:460:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:461:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:471:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:472:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:473:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:474:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:475:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:492:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:493:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:496:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:497:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:502:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:502:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:503:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:507:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:516:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:520:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:530:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:547:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:575:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:576:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:583:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:590:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:591:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:620:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:632:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:634:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:662:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:664:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:668:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:682:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:709:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:728:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:731:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:741:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:743:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:744:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:751:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:755:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:760:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:760:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:761:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:764:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:768:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:769:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:773:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:775:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:777:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:782:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:784:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:787:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:792:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:794:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:822:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:827:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:834:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:835:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:836:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:837:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:856:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:857:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:879:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:888:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:895:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:899:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:903:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:942:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:947:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:948:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:954:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:959:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:980:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:981:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:991:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:991:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:999:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1000:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1001:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1017:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1019:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1023:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1030:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1032:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1034:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1039:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1042:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1044:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1046:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1052:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1056:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1059:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1064:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1066:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1069:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1071:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1075:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1086:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1088:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1096:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1105:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1109:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1111:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1116:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1124:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1125:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1142:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1166:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1171:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1178:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1180:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1181:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1184:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1185:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1187:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1190:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1191:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1201:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/buffer.c:1204:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1218:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1220:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1230:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1239:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1240:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1250:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1251:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1253:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1255:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1256:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1257:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1260:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1261:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1266:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1272:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1273:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1279:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1283:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1296:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1317:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:1318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1340:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1341:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1346:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1348:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1374:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1375:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1376:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1377:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1378:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1407:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1415:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1417:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1419:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1472:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1477:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1482:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1487:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1492:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1576:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1578:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1584:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1591:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1599:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1605:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1609:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1614:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1616:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1624:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1632:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1652:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1654:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1654:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1658:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1674:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1676:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1678:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1674:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1676:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1678:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/buffer.c:1686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1736:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1738:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1740:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1752:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/buffer.c:1752:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1753:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1754:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1761:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1765:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1768:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1805:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1811:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1813:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1819:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1821:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1848:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1856:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1862:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1874:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1878:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1880:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1880:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1881:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1883:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1889:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1896:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1900:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1933:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1935:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1935:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1938:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1971:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:1974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1980:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1983:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2001:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2002:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2008:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2012:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2014:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2016:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2039:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2076:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2077:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2086:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2087:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2089:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2108:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2114:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2118:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2132:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2172:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2174:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2175:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2178:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2179:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2180:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2181:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2182:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2183:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2184:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2185:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2186:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2187:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2195:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2196:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2197:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2215:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2230:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:2231:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:2235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2250:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2264:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2270:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2323:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2326:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2346:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2356:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:2357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2364:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2382:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2394:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2396:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2409:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2426:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2429:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2440:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2453:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2454:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2457:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2484:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:2485:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:2486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2502:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2506:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2508:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2508:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2509:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2511:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2514:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2518:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2520:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2521:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2522:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2523:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2524:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2525:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2526:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2527:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2529:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2531:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2534:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2537:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2544:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2546:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2548:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2552:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2553:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2554:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2558:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2568:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2572:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2573:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2587:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2589:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2614:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2618:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2619:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2625:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2632:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2636:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2638:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2639:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2640:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2644:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2652:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2654:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2654:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2678:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2678:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2681:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2686:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2689:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2705:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2711:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2722:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2726:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2729:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2730:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2734:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2737:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2739:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2746:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2757:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2771:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2773:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2775:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2777:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2871:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2875:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2878:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2888:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2890:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2928:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2933:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2950:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3039:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3060:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3107:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3150:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3155:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:3156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3173:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3226:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3228:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3239:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3241:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3304:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:3306:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:3310:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3349:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3374:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3376:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3383:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3390:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3402:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3416:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3428:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3434:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3488:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3506:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3515:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3527:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3529:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3544:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3557:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3576:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3577:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3577:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3624:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3627:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3645:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3680:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3699:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3787:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3795:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3799:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3837:  Small and focused functions are preferred: build_stl_str_hl() has 647 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/buffer.c:3839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3856:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3858:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3860:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3862:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3863:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3870:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:3871:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:3875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3880:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3881:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:3883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3884:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3885:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:3893:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3894:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3895:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:3898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3904:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3906:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3934:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3942:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:3943:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:3945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3950:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer.c:3950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3951:  Use operator ! instead of not  [readability/alt_tokens] [2]
src/nvim/buffer.c:3954:  Use operator && instead of and  [readability/alt_tokens] [2]
src/nvim/buffer.c:3956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3957:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:3960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3996:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3997:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4004:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4009:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4009:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4015:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4015:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4015:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4015:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4020:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4027:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4032:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4055:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4063:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4065:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4066:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4066:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4069:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4077:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4081:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4083:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4090:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4101:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4103:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4106:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4107:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4129:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4131:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4143:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4144:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4146:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4147:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4149:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4154:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4164:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4165:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4166:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4170:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4171:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4172:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4195:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4197:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4199:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4200:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4201:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4202:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4211:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4212:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4223:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/buffer.c:4226:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4227:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer.c:4227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4231:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4236:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4238:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4252:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4257:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4259:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4263:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4264:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4267:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4278:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4296:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4299:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4305:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4315:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4318:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4330:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4340:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4363:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4368:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4372:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4374:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4377:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4379:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4388:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:4389:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:4391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4408:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4413:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4415:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4418:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4438:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4438:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/buffer.c:4440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4447:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4448:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4450:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4457:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4458:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4460:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4461:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4472:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4474:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4484:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4512:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4514:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4520:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4524:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4558:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4577:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/buffer.c:4577:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4590:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4601:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer.c:4618:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4633:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4634:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4635:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4636:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4638:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer.c:4642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4646:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4655:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4656:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4657:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4697:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4713:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4736:  Missing space before {  [whitespace/braces] [5]
src/nvim/buffer.c:4748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4783:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer.c:4784:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4798:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer.c:4800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4810:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/buffer.c:4815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4822:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4823:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4824:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4825:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4836:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4843:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4844:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4854:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4855:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4854:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4855:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4858:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4859:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4860:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4861:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4871:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4872:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4882:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:4883:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:4885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4888:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4891:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4893:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4894:  if should always use braces  [readability/braces] [5]
src/nvim/charset.c:35:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:72:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/charset.c:172:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:173:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:176:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/charset.c:215:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/charset.c:283:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/charset.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.c:913:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:924:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/charset.c:969:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/charset.c:972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.c:1031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.c:1100:  if should always use braces  [readability/braces] [5]
src/nvim/charset.c:1161:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:1166:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:1170:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/charset.c:1175:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:1197:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/charset.c:1205:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:1325:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:1354:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:1541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:1555:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:1568:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:1582:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:1749:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/charset.c:1750:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/charset.c:1755:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/cursor.c:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:77:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:79:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:114:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:125:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:182:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:202:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:204:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:222:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:230:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:233:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:304:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:305:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/cursor.c:308:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:345:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:355:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor.c:358:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:360:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor.c:361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:381:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:432:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:440:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:21:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:21:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:22:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:22:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:23:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:23:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:24:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:24:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:25:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:25:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:26:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:26:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:27:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:27:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:28:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:28:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:29:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:29:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:30:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:30:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:31:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:31:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:32:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:32:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:33:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:33:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:34:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:34:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:35:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:35:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:36:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:36:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:37:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:37:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:69:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:71:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:84:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:86:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:92:  for should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:93:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:95:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:96:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/cursor_shape.c:98:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:104:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:106:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:124:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:126:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:128:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:132:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:136:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:140:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:143:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:145:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:150:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:152:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:154:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:158:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:164:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:177:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/cursor_shape.c:179:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:186:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:191:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/diff.c:38:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:69:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:72:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:84:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/diff.c:99:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:100:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:128:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:129:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:179:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:181:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:241:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:280:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:280:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:281:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:281:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:282:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:283:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:283:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:284:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:284:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:285:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:286:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:286:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:287:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:287:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:303:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:328:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:348:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:367:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:378:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/diff.c:434:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:439:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:525:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/diff.c:599:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:617:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:634:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:673:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:674:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:676:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:680:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:683:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:689:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:692:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:699:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:710:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:752:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:785:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/diff.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/diff.c:817:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/diff.c:828:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/diff.c:828:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/diff.c:844:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:863:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:869:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:930:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:970:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:971:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1018:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1045:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1060:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1066:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1071:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1076:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1094:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1105:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1120:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1126:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1129:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1133:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1137:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1166:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1180:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1203:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:1210:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:1210:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1288:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1375:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:1375:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1385:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1441:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:1471:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1487:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1492:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1497:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1503:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1559:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1569:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1572:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1576:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1579:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1778:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1832:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1840:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1869:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1872:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1878:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1891:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1902:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1904:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1983:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1988:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1997:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:2003:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2013:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:2024:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2027:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:2039:  If you can, use sizeof(buf) instead of 30 as the 2nd arg to snprintf.  [runtime/printf] [3]
src/nvim/diff.c:2074:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2095:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:2113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/diff.c:2113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/diff.c:2133:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2159:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:2265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2274:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2275:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2281:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2282:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2356:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2361:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2369:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:41:  Missing space after {  [whitespace/braces] [5]
src/nvim/digraph.c:41:  Missing space before }  [whitespace/braces] [5]
src/nvim/digraph.c:50:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:838:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:839:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:840:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:841:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:1391:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:1423:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:1430:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1466:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/digraph.c:1479:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/digraph.c:1654:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1719:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/digraph.c:1760:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1765:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1840:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1868:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1360:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1361:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1362:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1363:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1364:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1365:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1366:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1367:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1368:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1369:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1370:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1371:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1372:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1373:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1374:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1375:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1376:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1377:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1378:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1379:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1380:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1381:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1382:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1383:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1384:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1385:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1386:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1387:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1388:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1389:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1390:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1391:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1392:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1393:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1394:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1395:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1396:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1397:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1398:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1399:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1400:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1401:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1402:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1403:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1404:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1405:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1406:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1407:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1408:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1409:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1410:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/edit.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:119:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:141:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:147:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:147:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:150:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:150:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:151:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:152:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:152:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:153:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:155:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:156:  Use operator || instead of or  [readability/alt_tokens] [2]
src/nvim/edit.c:156:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:159:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:159:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:162:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:166:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:170:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:178:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:180:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:185:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:224:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:239:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:243:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:243:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:673:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:673:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:746:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1205:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1229:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:1230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:1229:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:1230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:1267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1286:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:1288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1344:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:1345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1350:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1352:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1373:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1389:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1391:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1397:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1400:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:1403:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1405:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1414:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1417:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1420:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1421:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1428:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1433:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1459:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1461:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1479:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1498:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1500:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1501:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1502:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1515:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1556:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:1560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1560:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/edit.c:1561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1584:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1606:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1609:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1615:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1617:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1617:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:1620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1621:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1642:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1645:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:1647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1647:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1662:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1664:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1693:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1695:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1697:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1705:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1707:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1710:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1712:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1751:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1775:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1791:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1793:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1815:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1819:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1820:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1821:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1822:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:1823:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1824:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1837:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1839:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:1862:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:1869:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1871:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1881:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1882:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1885:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1886:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1927:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1937:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1967:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/edit.c:1971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1975:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1976:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1989:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:1992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2000:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:2003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2011:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2012:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2014:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2020:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2022:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2025:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2028:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2042:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2044:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2048:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2059:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2061:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2063:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2065:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2077:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2078:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2080:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2087:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2087:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2089:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2099:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:2104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2114:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2116:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2125:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2126:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2127:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2142:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2151:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2156:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2159:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:2166:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2167:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2174:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2183:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2185:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2187:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2194:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2206:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2226:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2230:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2232:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2245:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2263:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2267:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2271:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2285:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2286:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2287:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2287:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2325:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2329:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2333:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2341:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2349:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2350:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2381:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2404:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2405:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2408:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2410:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2411:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2425:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2428:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2428:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2431:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2432:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2434:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2447:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2448:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2454:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2466:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2467:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2470:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2474:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2475:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2475:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2476:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2483:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2484:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2487:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2493:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2497:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2498:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2499:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:2500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2506:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2509:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2513:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2516:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2520:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2521:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2525:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2526:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2535:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2536:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2536:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2538:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2542:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2567:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:2570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2586:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2588:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2597:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2598:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2614:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2630:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2632:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2634:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2634:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2641:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2643:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2648:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2649:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2652:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2662:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/edit.c:2670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2673:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2674:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2695:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2696:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2708:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2713:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2720:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2724:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:2727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2728:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2730:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2734:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2737:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2741:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2757:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2758:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2760:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2761:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2776:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2779:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2782:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:2783:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2797:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2815:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2827:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2829:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2840:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2849:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2887:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2894:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2924:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2926:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2928:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2928:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:2929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2936:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2937:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2939:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2948:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2949:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2960:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2979:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2983:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2988:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2997:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3009:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3048:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3048:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3053:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3055:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3072:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3077:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3081:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3089:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3090:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/edit.c:3094:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3095:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3097:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3098:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3100:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3101:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3113:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3115:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3171:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3173:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3188:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3190:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3201:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3230:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3232:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3246:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3252:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3254:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3256:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3264:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3267:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3272:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3274:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3276:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3279:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3282:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3288:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3297:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3301:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3303:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3330:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3332:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3337:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:3338:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:3339:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3341:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:3343:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3345:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3362:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3365:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:3367:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:3369:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3373:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:3379:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:3384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3389:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:3390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3404:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3416:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3442:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3444:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3448:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3450:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3464:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3467:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3481:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3486:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3487:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3492:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3505:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3507:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3511:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3513:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3513:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3515:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3515:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3517:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3517:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3519:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3520:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3520:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3522:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3522:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3524:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3524:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3530:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3549:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:3549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3549:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3574:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3586:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3595:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3596:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:3601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3602:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3609:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3612:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3612:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3615:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3621:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3622:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3629:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3630:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3631:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3632:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3633:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3634:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3635:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3637:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3637:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3641:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3643:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3649:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3651:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3653:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3656:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3657:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3663:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3664:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3675:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3708:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3709:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3710:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3718:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3719:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/edit.c:3720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3727:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3729:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3730:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3741:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3751:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3752:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3759:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3761:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3773:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3774:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3776:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3777:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3778:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3782:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3785:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3786:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3790:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3791:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3796:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3797:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3800:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3803:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3805:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3806:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3816:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3834:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3842:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3853:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3862:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3868:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3879:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3886:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3889:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3896:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3904:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3907:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3925:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3941:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/edit.c:3948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3952:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3953:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3954:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3955:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3990:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:3993:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:3992:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:3992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4001:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4007:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4014:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4015:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4027:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4028:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4035:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4046:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4047:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4066:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4068:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4075:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4077:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4094:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4097:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4099:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4102:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4102:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4104:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4121:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4129:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4150:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4162:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4164:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4168:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4189:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4193:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4205:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4204:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4213:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4214:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4224:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4234:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4263:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4285:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4287:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4307:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4308:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4309:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4310:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4311:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4349:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4350:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4364:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4368:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4370:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4375:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4388:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4389:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:4393:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4395:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4402:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4403:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4406:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4407:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:4406:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4407:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:4406:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4407:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:4407:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:4411:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4430:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4431:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4435:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4436:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4437:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:4441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4454:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4460:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4462:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4464:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4472:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4474:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4476:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4486:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4487:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4492:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4514:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4523:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4538:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4553:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4555:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4558:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4571:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:4580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4607:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4609:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4620:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4646:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4651:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4660:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4673:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4674:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4675:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4681:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4683:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4706:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:4713:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4716:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:4720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4724:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:4731:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4734:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:4741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4748:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4750:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4751:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4752:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4754:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4755:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4758:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4759:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4786:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4794:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4814:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4818:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4821:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4827:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4831:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4838:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4842:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4847:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4864:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4865:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4868:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4876:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4880:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4881:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4882:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4883:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4884:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4886:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4886:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4890:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4894:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4898:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4906:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4913:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4916:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4918:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4931:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4933:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4934:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:4934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4935:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/edit.c:4938:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4940:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4948:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:4951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4969:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4974:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4977:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4995:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4995:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4995:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5008:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5048:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:5049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5051:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5060:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5062:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5066:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5080:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5083:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5087:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5091:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5097:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5098:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:5101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5119:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5120:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5121:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5122:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5145:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5156:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5157:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5158:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5159:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5161:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5163:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5165:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5177:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5179:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5193:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5195:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5208:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5218:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5222:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5224:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5262:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5265:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5266:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5267:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5269:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5272:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5273:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5274:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5281:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5282:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5283:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5288:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5306:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5308:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5319:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5322:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5326:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5329:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5335:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5344:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5350:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5358:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5364:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5372:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5375:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5382:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5385:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5403:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5405:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5413:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5417:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5430:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5434:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5443:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5444:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5445:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5446:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5447:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5460:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5464:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5466:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5467:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5477:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:5485:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5502:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5506:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5507:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5509:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5510:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5511:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5512:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5516:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5535:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5536:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/edit.c:5537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5547:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5554:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5565:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5578:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5579:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5589:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5598:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:5598:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5606:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5620:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5622:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5623:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5625:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5637:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5646:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5648:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5649:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5649:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5657:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5658:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5672:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5683:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5691:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5694:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5698:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5716:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5746:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5747:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5762:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5773:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5774:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5786:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/edit.c:5790:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5795:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5796:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5807:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5808:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5823:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5846:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5864:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5868:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5871:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5875:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5883:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5899:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5902:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5904:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5904:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5907:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5909:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5909:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5930:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5931:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5932:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5933:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5956:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5994:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6009:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6011:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6011:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6018:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6022:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6045:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:6046:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:6046:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:6048:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6055:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6058:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6060:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6065:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6071:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6081:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6091:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6094:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:6102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6104:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6105:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:6106:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:6106:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:6110:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6114:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6117:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6122:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6128:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:6130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6142:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6144:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6154:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6159:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6162:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6164:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6172:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6182:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:6184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6198:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6200:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6205:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6207:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6209:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6212:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6214:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6222:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6234:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:6235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6252:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6254:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6271:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6277:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6280:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6284:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6292:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6306:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6310:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6326:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6327:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6330:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:6333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6387:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6405:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:6406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6411:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6415:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:6420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6450:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6453:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6456:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6460:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6469:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6471:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6473:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6473:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6475:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6526:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6531:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6551:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6559:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6569:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:6572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6591:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6593:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6595:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6622:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6624:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6626:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6628:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6640:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6649:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6650:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6652:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6653:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6661:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6662:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6669:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:6670:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6671:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6674:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6682:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:6685:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6687:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6696:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:6699:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6699:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6700:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6707:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6711:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6712:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6720:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:6722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6727:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6729:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6731:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6732:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6734:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:6736:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:6739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6742:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:6745:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6747:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6748:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6750:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6754:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6767:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6770:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6771:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6772:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6775:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6779:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6780:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6787:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6793:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6799:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6801:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6803:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6804:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6811:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:6811:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6812:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6813:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6822:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6831:  Missing spaces around =  [whitespace/operators] [4]
src/nvim/edit.c:6831:  Missing space after {  [whitespace/braces] [5]
src/nvim/edit.c:6833:  Missing space before }  [whitespace/braces] [5]
src/nvim/edit.c:6835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6835:  Missing space after {  [whitespace/braces] [5]
src/nvim/edit.c:6836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6843:  Missing space before }  [whitespace/braces] [5]
src/nvim/edit.c:6845:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6848:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6850:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6852:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6854:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6855:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/edit.c:6856:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6857:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/edit.c:6858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6863:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6865:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6882:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6895:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6906:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6908:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6919:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6925:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6950:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:6962:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6963:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6968:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6972:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6997:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7003:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7007:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7008:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7033:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7055:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:7058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7062:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7069:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7077:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7086:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7092:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7100:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7101:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7103:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7109:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7110:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7128:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:7133:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7138:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7155:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7157:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7160:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7170:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:7180:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7188:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7191:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7193:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7205:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7214:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7239:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7241:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7256:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:7259:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7260:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7262:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7274:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7276:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7278:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7280:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7281:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7282:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7295:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7305:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7307:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7309:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7311:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7312:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7313:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7315:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7317:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7318:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7319:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7320:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7327:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7340:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7341:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7342:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7343:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7358:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7361:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7362:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7376:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:7389:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:7390:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:7389:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:7390:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:7402:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7403:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7405:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7406:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7408:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7419:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7423:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7435:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:7436:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7447:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:7467:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7471:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7475:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7476:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7478:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7509:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7514:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7526:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:7547:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7548:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7550:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7563:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:7567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7575:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7577:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7577:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7579:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7587:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7593:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:7593:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/edit.c:7594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7594:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7603:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:7606:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7608:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7612:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7614:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7614:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7617:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7619:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7625:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7631:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7635:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7638:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:7639:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:7642:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7644:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7645:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7646:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7647:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7648:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7669:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7675:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7686:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7705:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7716:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7730:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7738:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:7741:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7744:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7747:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7762:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7772:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7782:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7802:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7806:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7818:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7822:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7832:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7847:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7856:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7858:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7858:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7859:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7866:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7871:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:7874:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7885:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7899:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:7900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7909:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7910:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7912:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7948:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:7949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7958:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7959:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7961:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8006:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8008:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8009:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8012:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8013:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8018:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8021:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8023:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8024:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8026:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8027:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8028:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8029:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8032:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8034:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:8036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8036:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:8040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8047:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8049:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:8049:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:8051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8051:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8084:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8085:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8110:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8117:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8148:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8151:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:8156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8168:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:8172:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8177:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8188:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8189:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8190:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8191:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8199:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8213:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8216:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8220:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8225:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:8226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:8228:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8244:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8249:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8251:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8252:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8264:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8271:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8275:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8278:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8281:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8282:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8283:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8292:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8298:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8332:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8350:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8352:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:8360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8364:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8368:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8408:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8409:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:8410:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:8413:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8417:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8418:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8419:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:8422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8426:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8434:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8437:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8438:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8441:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8442:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8456:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8466:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8502:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:95:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:98:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:98:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:131:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:207:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:207:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:228:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:228:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:299:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:299:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:455:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:458:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:512:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:514:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:516:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:520:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:522:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:585:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:587:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:659:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:672:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:673:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:698:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:697:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:702:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:705:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:715:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:718:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:719:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:720:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:721:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:747:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:750:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:752:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:777:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:777:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:778:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:779:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:794:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:796:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:802:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:802:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:803:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:809:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:816:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:820:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:820:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:821:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:834:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:839:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:852:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:863:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:864:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:872:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:874:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:876:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:877:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:878:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:878:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:879:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:885:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:897:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:906:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:908:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:910:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:910:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:914:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:929:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:945:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:945:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:947:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:947:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:952:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:960:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:978:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:981:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:982:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1002:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1002:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1004:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1004:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1022:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1037:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1039:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1060:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1063:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1064:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1066:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1070:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1088:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1093:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1107:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1122:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:1123:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1148:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1152:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1169:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1170:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1170:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1177:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1188:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:1189:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1200:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1200:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1214:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1225:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1225:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1239:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1249:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1249:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1328:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1331:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1335:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1335:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1337:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1337:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1339:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1341:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1343:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1343:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1347:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1354:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1380:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1383:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1385:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1391:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1393:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1396:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1419:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1423:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1428:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1427:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1442:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:1443:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1462:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1488:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1490:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1509:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1508:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1511:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1547:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1549:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1561:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1571:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1574:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1581:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:1592:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1604:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1615:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1615:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1617:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:1619:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1628:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1628:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1637:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1637:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1645:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1653:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1655:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1655:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1663:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1665:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1665:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1673:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1685:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1692:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1697:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1701:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1703:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1705:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1705:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1706:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1707:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1707:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1710:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1710:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1711:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1712:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1712:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1759:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1783:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1785:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1785:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1786:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1788:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1791:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1805:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1807:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1808:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1809:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1811:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1824:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1827:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1830:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1830:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1844:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1845:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1848:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1848:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1850:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1852:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1872:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:1874:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1876:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1879:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1879:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1892:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1902:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:1905:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1907:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1909:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1909:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1915:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1928:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1930:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1952:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1968:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2000:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2006:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2010:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2016:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2019:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2030:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2035:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2043:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:2044:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:2046:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2054:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2055:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2056:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2056:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2057:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2058:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2058:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2070:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2072:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2078:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2080:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2085:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2086:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2087:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2087:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2088:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2089:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2090:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2096:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2102:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2103:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2104:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2107:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2109:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2111:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2125:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2145:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2151:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2153:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2166:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2168:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2172:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2174:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2176:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2181:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:2184:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2191:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2193:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2193:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2207:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2209:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2226:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2234:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2237:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2264:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2279:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2279:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2280:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2281:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2284:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2288:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2289:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2290:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2291:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:2292:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2297:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2313:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2315:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2315:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2320:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2330:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2332:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2414:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2417:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2423:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2431:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2433:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2439:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2441:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2448:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2464:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2468:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2470:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2472:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2474:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2520:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:2521:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2533:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:2538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2538:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2541:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2550:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2553:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2568:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2582:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:2587:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2588:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2589:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2589:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2592:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2591:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2602:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:2614:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2625:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2630:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2634:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2644:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2646:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/eval.c:2649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2652:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2661:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:2662:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2667:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:2668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2668:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:2674:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2676:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2678:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2683:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2684:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:2685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2685:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:2691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2704:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2712:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2712:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2724:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2729:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2734:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2755:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2765:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2766:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2767:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2772:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2773:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2778:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2785:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2788:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2794:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2796:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2821:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2823:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2838:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2844:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2843:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2845:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2846:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2850:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2853:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2860:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2861:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2863:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2864:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2865:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2869:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2888:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2890:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2893:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2895:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2964:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2983:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3000:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3008:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3010:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3010:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3011:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3012:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3014:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3014:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3015:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3017:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3032:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3035:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3058:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3063:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3065:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3071:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3073:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3075:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3077:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:3083:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3085:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3130:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3187:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3189:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3191:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:3193:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3201:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3205:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:3214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3217:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3219:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3221:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:3226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3229:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3231:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3233:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:3238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3239:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3285:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3292:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3296:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3321:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3325:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3327:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3329:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3330:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3332:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3340:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3348:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3358:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3362:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3383:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3388:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3394:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3395:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3398:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3399:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3401:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3403:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3410:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3417:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3418:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3420:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3446:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3451:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3457:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3458:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3461:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3462:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3464:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3466:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3473:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3480:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3481:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3483:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3531:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3538:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3543:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3549:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3555:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3559:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3563:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3575:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3579:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:3580:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3584:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:3587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3605:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3620:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3620:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3621:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3628:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3632:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3634:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3642:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3643:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3649:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3651:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3658:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3660:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3661:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3663:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3664:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3672:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:3676:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3678:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3680:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3682:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3684:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3701:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:3714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3719:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3721:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3723:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3743:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3787:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3787:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3795:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3843:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3851:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3865:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3878:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3885:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3887:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3892:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3894:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3917:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:3918:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:3922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3928:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3930:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3935:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3943:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3949:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3951:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3954:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3956:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3963:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3963:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3970:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3977:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3979:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3988:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3990:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4001:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4003:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4005:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4007:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4009:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4011:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4014:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4016:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4054:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:4055:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:4059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4079:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:4084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4099:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4107:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4111:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4113:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4114:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4115:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4118:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4119:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4130:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4184:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4193:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4195:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4212:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4213:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4216:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4218:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4218:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:4227:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:4229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4241:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4245:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4246:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4247:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4257:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4258:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4264:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4268:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4270:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4279:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4281:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4284:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4286:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4309:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:4310:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:4314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4317:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4321:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4326:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4330:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4342:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:4343:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:4344:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4354:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4355:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4356:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4358:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4368:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4370:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4371:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4372:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4373:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4378:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4387:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4390:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4404:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4406:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4406:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4422:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4425:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4427:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4429:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4431:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4437:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4439:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4449:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4455:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4465:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4467:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4469:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4490:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4492:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4502:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4511:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4513:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4515:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4535:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:4536:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:4538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4556:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4569:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:4571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4572:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4589:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4616:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4658:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4660:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4670:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4672:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4688:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4695:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4705:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4707:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/eval.c:4715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4730:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4757:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4785:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4794:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4806:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4807:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4830:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4856:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4857:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4864:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:4865:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:4867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4873:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4875:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4877:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4883:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4923:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4931:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:4932:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:4935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4941:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4942:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4943:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4944:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4945:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4946:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4948:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:4951:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4952:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4967:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:4968:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:4971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4979:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4980:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4981:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4982:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4983:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4984:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4990:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4991:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4992:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4993:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4997:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5007:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:5008:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:5011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5020:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5021:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5029:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5033:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5039:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5045:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5067:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5080:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5084:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5088:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5139:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:5140:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:5143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5150:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5151:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5181:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5184:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:5186:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5310:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5313:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:5313:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:5314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5353:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5358:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5386:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5404:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:5464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5469:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5485:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5497:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5746:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5764:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5971:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6006:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6007:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:6010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6014:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:6015:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:6017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6025:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6027:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:6029:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6042:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6134:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6166:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:6185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6243:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6261:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6263:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:6266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6273:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6290:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:6327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6338:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6354:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6381:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:6383:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6395:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6406:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6415:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6436:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6448:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6449:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:6632:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:6633:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:6639:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:6661:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:6662:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:6668:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:6700:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:6701:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:6708:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:7019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7025:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:7026:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:7028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7399:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7403:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7409:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7426:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7430:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7443:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:7444:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:7445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7457:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7459:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7461:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7496:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:7497:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:7498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7520:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7527:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7530:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7532:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7535:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7537:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7538:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7539:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7545:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:7553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7559:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:7565:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:7560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7564:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:7564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7565:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/eval.c:7566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7606:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7608:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7608:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7609:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:7621:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7624:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7648:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7654:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7660:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7661:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7662:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7664:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7666:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7668:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7668:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7671:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7681:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7683:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7685:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7685:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7704:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7721:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7729:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7734:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7749:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7751:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7754:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7823:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7826:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7828:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7830:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7857:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7886:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7895:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7900:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7902:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7904:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7911:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7913:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7919:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7921:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7976:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7978:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8117:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8120:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8149:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8151:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8212:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8214:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8216:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8218:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8223:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8228:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8228:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8234:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8249:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8251:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8253:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8264:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8269:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8274:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8282:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8284:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8296:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8318:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8320:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8322:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8334:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8339:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8341:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8343:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8354:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8362:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8385:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8387:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8388:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8391:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:8397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8409:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8412:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8414:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8416:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8454:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8457:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8459:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8461:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8479:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8500:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8504:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8506:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8516:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8519:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8542:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8551:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8590:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8593:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8594:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8597:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8598:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8603:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8604:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8605:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8605:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8618:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8621:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8623:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8623:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8656:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8666:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8673:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8677:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8681:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:8682:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8682:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8691:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8695:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8703:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8703:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8708:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8729:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8764:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8767:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8771:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8773:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8780:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8783:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8794:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8796:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8798:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8798:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8811:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8952:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8963:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8965:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8967:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8969:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8978:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8980:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9029:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9041:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9045:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9049:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9092:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9098:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9099:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9100:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9100:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9103:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9108:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9109:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9110:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9116:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9118:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9126:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9128:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9130:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9133:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9134:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9138:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9187:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9192:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9198:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9200:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9202:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9203:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9211:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9238:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9241:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9241:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9243:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9289:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9297:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9300:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9302:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9302:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9309:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9327:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:9327:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:9330:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9332:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:9333:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9339:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9346:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9361:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9371:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9371:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/eval.c:9383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9402:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9403:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9412:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9413:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9414:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9414:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9415:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9418:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9429:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9438:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9440:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9442:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/eval.c:9446:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9475:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9479:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9511:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9512:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9517:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9519:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9528:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9532:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9535:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9558:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9558:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9571:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9578:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9592:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9619:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9621:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9623:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9644:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9657:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9675:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9677:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9677:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9683:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9685:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9701:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9702:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9704:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9717:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9725:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9736:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9760:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9773:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9779:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/eval.c:9783:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9782:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:9787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9808:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9813:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9814:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9835:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9838:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9840:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9840:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9849:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:9853:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9866:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9868:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9869:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9885:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9888:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9894:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9897:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9901:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9903:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9914:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:9924:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9928:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9929:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9930:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9934:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9937:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9939:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9943:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:9943:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9959:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9963:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9965:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9968:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9980:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9985:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9996:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9996:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9997:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10001:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10006:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10006:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10009:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10017:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10030:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10038:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10041:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10044:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10047:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10051:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10077:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10079:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10098:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:10108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10209:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10229:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10231:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10231:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10275:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10277:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10280:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10284:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10288:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10292:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10296:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10299:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10324:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10326:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10347:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10350:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10368:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:10383:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:10397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10421:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10422:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10428:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10491:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10496:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:10507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10524:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10529:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10539:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:10546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10565:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10568:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10576:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10612:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:10614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10651:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:10652:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:10655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10665:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10667:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10679:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10681:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10686:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10695:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10698:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10712:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10718:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10729:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10731:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10734:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10734:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10742:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10797:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/eval.c:10800:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10810:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10922:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:10924:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10928:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10962:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10963:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10978:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10982:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11001:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11004:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11006:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11006:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11008:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11012:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11013:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:11014:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11015:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11027:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11028:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11036:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11037:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:11043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11053:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11055:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11058:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11061:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11062:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11065:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11079:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11081:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11081:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11083:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11085:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11103:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11105:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11158:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11160:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11176:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11178:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11190:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11201:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11207:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11209:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11213:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:11214:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11244:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11249:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11251:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11251:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11258:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11266:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11278:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11283:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11284:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11294:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11297:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11301:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:11305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11307:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11318:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:11329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11346:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:11354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11356:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11363:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:11363:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:11365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11411:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11413:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11415:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11417:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11419:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11422:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11424:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11424:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11465:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11464:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11467:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11469:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11469:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11471:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11473:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11473:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11474:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:11476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11485:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11487:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11489:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11492:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11522:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11585:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11684:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11724:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:11775:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11841:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11950:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11952:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11954:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11964:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12085:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12086:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12099:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12101:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12103:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12121:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12142:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12143:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12152:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12159:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12162:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12164:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12169:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12170:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12175:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12182:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12232:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12240:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12276:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12285:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12289:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12292:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12296:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12300:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12302:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12307:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12309:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12309:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12315:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12317:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12328:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12333:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12339:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12341:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12352:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12374:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12376:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12378:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:12379:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12381:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12381:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12382:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12385:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12417:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12421:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12425:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12428:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12428:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12438:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:12441:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:12474:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:12483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12511:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:12511:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12556:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12559:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12566:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12579:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12580:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12585:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12595:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12603:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12616:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12620:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12622:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12622:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12623:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12628:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12659:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12661:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12666:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12668:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12670:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12672:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12676:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12678:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12682:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12691:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12697:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12760:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:12760:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:12766:  Missing space after ,  [whitespace/comma] [3]
src/nvim/eval.c:13097:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13098:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13099:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13100:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13106:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13107:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13108:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13111:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13106:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13107:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13108:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13111:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13126:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13127:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13128:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13129:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13126:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13127:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13128:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13129:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13150:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13151:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13152:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13153:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13150:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13151:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13152:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13153:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13175:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13176:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13177:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13178:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13175:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13176:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13177:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13178:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13198:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13199:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13200:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13201:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13198:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13199:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13200:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13201:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13264:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13265:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13266:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13267:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13264:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13265:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13266:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13267:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13294:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13295:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13296:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13297:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13294:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13295:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13296:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:13297:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:13388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13400:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13416:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13418:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13420:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13460:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13463:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13475:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13477:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13478:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:13483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13503:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:13515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13520:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13549:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:13557:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13561:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13563:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13565:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13567:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13567:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13580:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:13583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13595:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13596:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:13597:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13629:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:13631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13632:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13633:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:13640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13657:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13659:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13663:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13678:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13680:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13680:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13685:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:13688:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13698:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13703:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/eval.c:13704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13708:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13710:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13710:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13727:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13811:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:13835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13851:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13858:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13860:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13860:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13870:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13872:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13874:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:13877:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13878:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:13879:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13881:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13881:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13890:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13891:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:13892:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13894:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13894:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13899:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13902:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13904:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13904:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13926:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13928:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13930:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:13933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13956:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13960:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:13967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13983:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13985:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13995:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:13996:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14001:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14003:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:14007:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:14008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14024:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14038:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14071:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14083:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14085:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14085:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:14091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14109:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:14111:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14120:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14148:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14190:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14198:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14211:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:14214:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14242:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14245:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14247:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14253:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14257:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14279:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:14281:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14283:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14285:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14299:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14301:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14302:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:14309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14531:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14551:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14554:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14554:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:14556:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14558:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14599:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14606:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14609:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14635:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14640:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14653:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14657:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14660:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14660:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:14664:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14668:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14673:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14677:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:14685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14718:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:14719:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:14720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14757:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:14758:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14760:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14762:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:14761:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:14763:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14773:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:14774:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14778:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14784:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14786:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14798:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14806:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14818:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14824:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14826:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14828:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14831:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14844:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14849:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14851:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14879:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14957:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14961:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14971:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14976:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14982:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:14986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15003:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15010:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:15016:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15020:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15032:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15052:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15059:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15066:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15073:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15078:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15080:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15087:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15087:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15091:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15096:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15104:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:15111:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15113:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15113:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15118:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15120:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15124:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15125:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:15130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15140:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15159:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/eval.c:15160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15184:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:15185:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:15186:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:15183:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15184:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15207:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15218:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15222:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15224:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15256:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15259:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15264:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15266:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:15268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15318:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:15331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15343:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15354:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15359:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15363:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15364:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15398:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15401:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15403:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15410:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15414:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15419:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15425:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15428:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15449:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:15453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15540:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15542:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15587:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15600:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:15601:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:15600:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15605:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15607:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15609:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15648:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:15656:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15659:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15669:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15672:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15674:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15676:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15684:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15711:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15715:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:15721:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:15739:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15743:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:15786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15811:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15812:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15848:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15860:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15864:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15867:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15895:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15896:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15905:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15906:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15907:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15910:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15915:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15920:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15922:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15923:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15924:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15926:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15928:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15935:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15938:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15940:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15940:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15968:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15992:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16010:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16012:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16018:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16020:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16020:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16027:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16029:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16031:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:16032:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16035:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16038:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16040:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16064:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16068:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16071:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16073:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16078:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16097:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:16100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16123:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16148:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16154:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16156:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16158:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16168:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16170:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16172:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16195:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16202:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16204:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16213:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16219:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16221:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16239:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16278:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16280:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16293:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16299:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16301:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16323:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16334:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16336:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16345:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16347:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16360:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16362:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16367:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16370:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16376:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16391:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16393:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16422:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16432:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16434:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16465:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16504:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:16591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16599:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16601:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16601:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16603:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16628:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16630:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16633:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16653:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16655:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16657:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16659:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16667:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16689:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16691:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16708:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:16711:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16727:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16728:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16779:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:16811:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:16813:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:16822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16865:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16868:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16870:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16901:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:16910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16913:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16917:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16944:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16955:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16960:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16972:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16974:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17049:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17076:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:17086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17099:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17108:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17120:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17122:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17143:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17145:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17180:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17182:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17199:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17202:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17202:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:17214:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:17234:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17236:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17354:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17356:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17393:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17418:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:17420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17432:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:17436:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17441:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17446:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17452:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17458:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17464:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17471:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17473:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17476:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17481:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:17482:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17529:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17537:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17539:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17545:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17550:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17555:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17557:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17577:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:17578:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:17579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17579:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17598:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:17599:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:17600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17600:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17643:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17658:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17666:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17680:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:17691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17692:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17703:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:17704:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:17705:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17709:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:17710:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17712:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17717:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17719:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17726:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17730:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17752:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/eval.c:17759:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17766:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:17776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17785:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17859:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17861:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:17868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17874:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17883:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:17886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17894:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17896:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17898:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17909:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17940:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17942:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17945:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17957:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17972:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17998:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18000:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18003:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18006:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18008:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18010:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18015:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18016:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:18017:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18018:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:18019:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18022:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18025:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18026:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:18028:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18030:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18029:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:18031:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18033:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18035:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18036:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:18041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18045:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:18046:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:18048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18075:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:18075:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18077:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18082:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18085:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18098:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:18099:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:18102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18125:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18128:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18133:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18140:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18150:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18152:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18241:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18255:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18274:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18276:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18276:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18288:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18290:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18291:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18322:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18370:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:18385:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18408:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18410:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18419:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:18424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18449:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18449:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18453:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18488:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18506:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18531:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18532:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18553:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18604:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18626:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18628:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18656:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18660:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:18661:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:18666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18672:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18676:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18678:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18680:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18682:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18686:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18688:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18693:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18697:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18706:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:18707:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:18710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18730:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18732:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18737:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18761:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18763:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18763:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18768:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18770:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18770:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18772:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18774:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18794:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18832:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18836:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18838:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18849:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18851:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18858:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:18859:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:18860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18869:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18876:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18877:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18879:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18890:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:18894:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18896:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18907:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18908:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18912:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18913:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18915:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18938:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18940:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18940:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18942:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18947:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18949:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18949:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18955:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18957:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18957:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19023:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19025:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19032:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19038:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19040:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19047:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19071:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19085:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19087:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19090:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19104:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19122:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19134:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19136:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19136:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19138:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19140:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19153:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19155:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19178:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19188:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19198:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19216:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19218:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19220:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19225:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19248:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19251:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19255:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19257:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19258:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:19263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19278:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19279:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19304:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19305:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19317:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19333:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19335:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19341:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19371:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19375:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19376:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19382:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19393:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19398:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19400:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19404:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19406:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19408:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19416:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19432:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19443:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19445:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19450:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:19453:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19457:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19466:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19468:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19471:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:19476:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19486:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:19496:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19498:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19499:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19503:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19522:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19528:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19530:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19541:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19543:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19547:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19558:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19559:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19561:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19568:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19570:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19570:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19574:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19576:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19578:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19586:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19588:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19600:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:19601:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:19603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19605:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19612:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19614:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19626:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19635:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19657:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/eval.c:19658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19660:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19662:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19674:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19682:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:19685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19686:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19692:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19699:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19702:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19714:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19733:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19737:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:19740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19743:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:19752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19759:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19760:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19766:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:19767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19783:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19807:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19808:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19838:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:19840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19853:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19869:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19874:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19873:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19876:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19887:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19889:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19905:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19909:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19926:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19931:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19970:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19972:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19981:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:20000:  Missing space before {  [whitespace/braces] [5]
src/nvim/eval.c:20004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20004:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20023:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20026:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20046:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20052:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20057:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20062:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20067:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20069:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20071:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20074:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20087:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20099:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:20100:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:20117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20124:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20127:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20126:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20132:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20144:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20160:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20180:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:20183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20195:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20207:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20209:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20211:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20213:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20221:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20224:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:20234:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20235:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20237:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20238:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:20244:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:20245:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:20250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20261:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20262:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20264:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20279:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:20278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20283:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20285:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20287:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20289:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20291:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20320:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:20321:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:20323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20328:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20333:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20334:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20340:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:20341:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20343:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20344:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20345:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20345:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20353:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20353:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20354:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:20361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20374:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:20381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20397:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20399:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:20403:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20406:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20412:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20431:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20449:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20459:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20462:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20479:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20487:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20508:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20510:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20554:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20556:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20564:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:20565:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:20566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20615:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20618:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20653:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20676:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20678:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20681:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20684:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20684:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20686:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:20699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20716:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:20719:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20721:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:20722:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20768:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20770:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20791:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20795:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20812:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20826:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20828:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20831:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20831:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20860:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20883:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20906:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:20921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20935:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:20936:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:20938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20951:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20952:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:20958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20980:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20987:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20993:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20994:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20995:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20999:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:21000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21004:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21005:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21011:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21013:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21016:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21033:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21035:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21043:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21047:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21052:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21052:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21064:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21077:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21085:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21119:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21140:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21143:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21147:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21150:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21152:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21155:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21157:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21157:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21160:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21170:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21169:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21192:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21194:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21209:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21210:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21263:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21342:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21343:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:21344:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21346:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21349:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21350:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21351:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21352:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21353:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21354:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21369:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21370:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21404:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21406:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21406:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21408:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21418:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21455:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:21456:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:21457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21493:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21499:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21513:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21523:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21541:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21543:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21544:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21545:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21563:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21585:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21594:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21620:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21622:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21624:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:21625:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21631:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21634:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21650:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21677:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21684:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21750:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21752:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21759:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21759:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21762:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21764:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21768:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21776:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21778:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21932:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21939:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21946:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:22056:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:22111:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:22111:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:22112:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:22112:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:22113:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:22113:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:22115:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:22115:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:22135:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:22141:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/eval.c:22178:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:22215:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/process.c:179:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/process.c:180:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/process.c:192:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/pty_process.c:47:  Missing space after {  [whitespace/braces] [5]
src/nvim/event/pty_process.c:47:  Missing space before }  [whitespace/braces] [5]
src/nvim/event/pty_process.c:90:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/pty_process.c:93:  Missing space after {  [whitespace/braces] [5]
src/nvim/event/pty_process.c:93:  Missing space before }  [whitespace/braces] [5]
src/nvim/event/queue.c:81:  Missing space after {  [whitespace/braces] [5]
src/nvim/event/queue.c:81:  Missing space before }  [whitespace/braces] [5]
src/nvim/event/rstream.c:21:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/rstream.c:30:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/socket.c:24:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/socket.c:158:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/stream.c:34:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/time.c:23:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/wstream.c:26:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/wstream.c:34:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:79:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds2.c:79:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds2.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:116:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds2.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:116:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:133:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:151:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:152:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:153:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:155:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:159:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:161:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:163:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:165:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:172:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:173:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:183:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:185:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:231:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:253:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:257:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:270:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:282:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:294:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:333:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:337:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:341:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:344:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:345:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:346:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:350:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:355:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:357:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:358:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:378:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:383:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:385:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:403:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds2.c:403:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds2.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:409:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds2.c:409:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds2.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:420:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:421:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:429:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:436:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:438:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:440:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:441:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:442:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:448:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:456:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:458:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:459:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:460:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:463:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:474:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:476:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:478:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:478:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:483:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:487:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:492:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:496:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:511:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:518:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:523:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:525:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:525:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:526:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:542:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:543:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:544:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:545:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:556:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:568:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:575:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:578:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:596:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:598:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:598:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:603:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:605:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:608:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:613:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:625:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:627:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:630:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:631:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:633:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:634:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:635:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:636:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:644:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:645:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:657:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:658:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:671:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:672:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:686:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:701:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:702:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:709:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:712:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:718:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:764:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:856:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:878:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:880:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:880:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:952:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:961:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:967:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1024:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1026:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1034:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1036:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1036:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:1038:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1043:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1045:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1048:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1065:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1067:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1080:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1089:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1105:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1107:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1122:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1123:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1124:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1128:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1134:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1136:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1138:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1140:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1143:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1145:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1147:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1149:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1158:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:1159:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:1161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1169:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1170:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1171:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1173:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1178:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1181:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1182:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1182:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1184:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1186:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1198:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1199:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1199:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1201:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1203:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1212:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1238:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1239:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1249:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:1250:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:1251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1254:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1265:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1266:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1296:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1301:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1302:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1303:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1308:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1311:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1324:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1327:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1329:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1330:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1351:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1384:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1384:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1410:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1419:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1421:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1422:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1459:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1461:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1462:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1464:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1478:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:1479:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:1482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1507:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1508:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1516:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1517:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1519:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1520:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1523:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1525:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1532:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1538:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1540:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1550:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:1551:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1582:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1583:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1582:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1583:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1582:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1583:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1582:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1583:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:1583:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1594:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1595:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1596:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1603:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1604:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1608:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1609:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1612:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1623:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1625:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1642:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1644:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1647:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1659:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1676:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1678:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1705:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1707:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1722:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1724:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1726:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1733:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1741:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1747:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1749:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1750:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1751:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1749:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1750:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1751:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1756:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1759:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1764:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1765:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1766:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1770:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1787:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1788:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1789:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1790:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1789:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1790:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1792:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1795:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1814:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1815:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1821:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1837:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1848:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1851:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1853:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:1854:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1857:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1859:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1864:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:1866:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:1871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1883:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1894:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1894:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:1897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1954:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1959:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1972:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1976:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1980:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1985:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:1988:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:1991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:1994:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2004:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2008:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2057:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2058:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2069:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2075:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2075:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2086:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:2087:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2095:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2097:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2099:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2101:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2107:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2140:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2144:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2145:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2147:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_cmds2.c:2148:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2148:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2156:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2163:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2165:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:2166:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2182:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2218:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2228:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2239:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2251:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2261:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2264:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2265:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2304:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2307:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2317:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2318:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2318:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_cmds2.c:2320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2321:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2321:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2364:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2370:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2387:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds2.c:2388:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds2.c:2390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2409:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2413:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2423:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2423:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2423:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2429:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2444:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2446:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2459:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2461:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2476:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2478:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2480:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2483:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2485:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2490:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2492:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2494:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2503:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2526:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2542:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2574:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2609:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2620:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2624:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2631:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2646:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2652:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2670:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2673:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2673:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2698:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2700:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2702:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2704:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2706:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2735:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2738:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2744:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2746:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2748:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2748:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:2753:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2775:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2778:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2808:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2824:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2838:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2839:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2846:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2847:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2853:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2857:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2864:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2866:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:2871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2880:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2888:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2889:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_cmds2.c:2890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2905:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2923:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2940:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2954:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2957:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2958:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:2961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:2969:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:2981:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3003:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:3006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3010:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3019:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3020:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3021:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:3025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3034:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3036:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:3036:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3044:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3048:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:3050:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:3050:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3063:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds2.c:3066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3075:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3076:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3077:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:3077:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:3079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3079:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3080:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3231:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3233:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:3236:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3241:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3243:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:3248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3252:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3254:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds2.c:3254:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds2.c:3256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3289:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3297:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3313:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3319:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/ex_cmds2.c:3324:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/ex_cmds2.c:3338:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3353:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3355:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3357:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3361:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3372:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3427:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds2.c:3430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3445:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3448:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3455:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds2.c:3457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3464:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3478:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.c:3486:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds2.c:3491:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:87:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:89:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:98:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:100:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:102:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:106:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_cmds.c:109:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:111:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:114:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:117:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:118:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:119:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:121:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:129:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:132:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:140:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:141:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:142:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:144:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:146:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:167:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:169:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:176:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:184:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:186:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:188:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:192:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:197:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:199:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:199:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:200:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:202:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:204:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:207:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:209:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:209:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:216:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:226:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:226:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/ex_cmds.c:234:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:259:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:261:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_cmds.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:265:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:279:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:281:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:300:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:303:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:304:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:308:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:311:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:311:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:316:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:319:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:327:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:347:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:355:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:358:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:368:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:369:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_cmds.c:370:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:371:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:372:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:373:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:374:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:376:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:378:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:380:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:381:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:382:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:384:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:388:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:401:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:403:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:433:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:442:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:444:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:455:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:457:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:459:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:461:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:464:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:476:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:478:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:489:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:506:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:511:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:512:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:513:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:514:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:519:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:521:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:533:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:569:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:575:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:583:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:585:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:586:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:605:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:606:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:608:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:619:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:622:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:624:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:626:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:627:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:634:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:637:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:640:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:642:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:645:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:649:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:652:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:654:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:689:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:693:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:695:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:734:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:737:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:738:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:741:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:743:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:750:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:752:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:758:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:761:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:791:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:799:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:803:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:806:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:808:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:839:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:852:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:856:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:869:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:881:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:883:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:897:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:899:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:899:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:902:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:922:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:932:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:948:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:950:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:984:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1008:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1028:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1039:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1039:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1042:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1046:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1049:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1063:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1085:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1086:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1087:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1088:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1088:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_cmds.c:1090:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1094:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1095:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1101:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1106:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1113:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1127:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1130:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1134:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1144:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1147:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:1147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1164:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1165:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1168:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1185:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1187:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1197:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:1198:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:1200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1224:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1234:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1248:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1259:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1261:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1276:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1296:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:1300:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1302:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1333:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1347:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1368:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1370:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1376:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1377:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1379:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1380:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1403:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1404:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1411:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1420:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1422:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1424:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1438:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1446:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1451:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1473:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1477:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1485:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1494:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1495:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1496:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1517:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1534:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1543:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1546:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1561:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1562:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1563:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1574:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1575:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1576:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1578:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1579:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1581:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1593:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1594:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1615:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1616:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1618:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1619:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1629:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1631:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1631:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1641:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1641:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1646:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1647:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1665:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:1666:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:1670:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1669:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:1669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1669:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:1670:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1684:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1685:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1686:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1699:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1701:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1741:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1744:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1762:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1764:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1768:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1780:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1781:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1803:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1803:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1803:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1806:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1809:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1815:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1827:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1828:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1830:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1848:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1850:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1852:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1851:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1855:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1857:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1856:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/ex_cmds.c:1860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1861:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1862:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1863:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1864:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1865:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1867:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1869:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1870:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1873:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1884:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1890:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1892:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1900:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1903:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1907:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1908:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1910:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1917:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1919:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1922:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1927:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1928:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1929:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1931:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1968:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:1969:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:1973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1981:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:1981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1981:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1984:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1996:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1999:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2003:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2005:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2008:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2011:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2015:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2018:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2019:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2021:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2022:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2023:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2023:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2028:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:2029:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2043:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2044:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2045:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2046:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2044:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2045:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2046:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2047:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2071:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2081:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2083:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2087:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2089:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2089:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2095:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2102:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2109:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2112:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2114:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2115:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2118:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2122:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2151:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2163:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2164:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2165:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2165:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2166:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2170:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2172:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2172:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2180:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2193:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2194:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2195:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2195:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2200:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2210:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2220:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2221:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ex_cmds.c:2229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2230:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2231:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:2232:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:2243:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2248:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2250:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2256:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2272:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2274:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2279:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2280:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2280:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2288:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2301:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2303:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2361:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2361:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2364:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2374:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2376:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2375:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2386:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2405:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2421:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2422:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2425:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2432:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2445:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2446:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2447:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2448:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2451:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2453:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2455:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2458:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2461:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2467:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2475:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2476:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2483:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2492:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2505:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2513:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2517:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2520:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2524:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2528:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2538:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2545:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2548:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2551:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2565:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2569:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2575:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2577:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2579:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2590:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2593:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2594:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2601:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2602:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2607:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2616:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2625:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2626:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2636:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2641:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2645:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2647:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2671:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2673:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2675:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2677:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2682:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2685:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2695:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2700:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2701:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2702:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_cmds.c:2730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2732:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2734:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2741:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2744:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2747:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2754:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2763:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2769:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2781:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2783:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2796:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2803:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2805:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2809:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:2809:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:2836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2850:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2851:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2853:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2854:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2855:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2856:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2863:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2864:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2870:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:2870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2876:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2888:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2890:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2912:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2917:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2923:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2938:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2965:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/ex_cmds.c:2989:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2999:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3011:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3013:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3014:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3015:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3017:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3023:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3025:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3027:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3029:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3031:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3033:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3034:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3035:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3036:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3037:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3039:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3040:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3041:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3043:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3045:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3050:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3066:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3082:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3092:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3093:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3099:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3100:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3101:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3102:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3111:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3120:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_cmds.c:3122:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3130:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3135:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3190:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3220:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3230:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3233:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3234:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3234:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3236:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3238:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3261:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3264:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3267:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3283:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3305:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3307:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3320:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3333:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:3340:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3347:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3352:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3356:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3357:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3360:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:3360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3362:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3367:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3369:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3380:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3382:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3385:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3386:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3389:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3395:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3398:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3400:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3404:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3409:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3412:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3414:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3419:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3430:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3434:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3448:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3453:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3454:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3454:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3465:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3474:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3476:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3476:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3515:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3516:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3516:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3518:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3531:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3533:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3534:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3557:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3559:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3563:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3565:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3567:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3567:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3568:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3582:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3619:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3620:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3619:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3620:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3635:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3637:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3647:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3649:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3650:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3652:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3653:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3662:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3664:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3664:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3665:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3679:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3681:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3690:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3699:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3720:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3731:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3733:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3736:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3738:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3739:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3740:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3743:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3745:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3747:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3751:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3768:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3781:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3783:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3785:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3787:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3788:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3790:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3791:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3792:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3793:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3795:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3799:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3841:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:3845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3845:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3847:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3863:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3865:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3874:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3878:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3882:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3883:  Missing space after ,  [whitespace/comma] [3]
src/nvim/ex_cmds.c:3890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3896:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3907:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3909:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3941:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3945:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3951:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3953:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3959:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3961:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3970:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3971:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3977:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3984:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:3984:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:3989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3994:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:3995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4014:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4017:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4018:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4019:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:4019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4021:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4072:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4074:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4079:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4086:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4093:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4096:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4100:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4105:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4107:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4109:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4125:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4127:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4128:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4129:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4131:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4133:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4133:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4148:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4151:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4154:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4164:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4165:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4166:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4166:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_cmds.c:4167:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4173:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4180:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4187:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4188:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4192:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4228:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:4229:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:4231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4239:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4240:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4252:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4255:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4257:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4261:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4286:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:4290:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4298:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4299:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4307:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4316:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4335:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4343:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4357:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4384:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4384:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4385:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4391:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4393:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4395:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4398:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4405:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4423:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4450:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4457:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4459:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4481:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4489:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4491:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4492:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4496:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4497:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4500:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4502:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4513:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4524:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4530:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4538:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4540:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4543:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4564:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4573:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4586:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:4588:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4588:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4590:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4604:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4606:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4611:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4615:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4624:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4635:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4651:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4657:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4660:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4662:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4673:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:4674:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:4673:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4675:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4678:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4678:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4682:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4687:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4688:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4735:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4739:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4746:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4759:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4759:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4761:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4787:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4792:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4793:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4829:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:4830:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:4831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4850:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4862:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4862:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4864:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4866:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4891:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4891:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4893:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_cmds.c:4897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4908:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4913:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4917:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4921:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4926:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4927:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4928:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4930:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4932:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:4933:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4935:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4937:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4946:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4947:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4963:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_cmds.c:4965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4995:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4996:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5006:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5006:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:5009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5014:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5017:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5017:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:5018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5021:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5029:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5030:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:5033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5057:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:5064:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5065:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5066:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5068:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5069:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5070:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5071:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5072:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5073:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5074:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5075:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5076:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5077:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5087:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_cmds.c:5085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5107:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5108:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5109:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5110:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5111:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5116:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5118:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5119:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5123:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5128:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5128:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5129:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5129:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5130:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5131:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5131:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5132:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5133:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5134:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5134:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5135:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5136:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5136:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5137:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5137:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5140:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5141:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5141:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5142:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5143:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5143:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5144:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5146:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5147:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5147:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5148:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5149:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5149:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5150:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5151:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5152:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5153:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5153:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5154:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5155:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5156:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5156:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5157:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5157:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5158:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5159:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5161:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5162:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5167:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5167:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5168:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5169:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5169:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5170:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5170:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5171:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5172:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5172:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5173:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5174:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5174:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5175:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5176:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5177:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5178:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5179:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5180:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5181:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5182:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5183:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5184:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5186:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5187:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5187:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5188:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5190:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5192:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5193:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5194:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5195:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5195:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5196:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5197:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5199:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5200:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5200:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5201:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5201:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5202:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5203:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5203:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5204:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5205:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5206:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5206:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5207:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5208:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5209:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5210:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5211:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5212:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5213:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5213:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5214:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5215:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5216:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5217:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5219:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5221:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5222:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5222:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5223:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5223:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5224:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5225:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5225:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5226:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5227:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5227:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5228:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5229:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5230:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5231:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5232:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5232:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5234:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5234:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5235:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5235:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5236:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5236:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5237:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5238:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5239:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5240:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5241:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5241:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5242:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5242:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5243:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5244:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5245:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5246:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5248:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5251:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5252:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5254:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5254:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5255:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5256:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5257:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5257:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5258:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5259:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5260:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5261:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5262:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5262:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5263:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5264:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5265:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5266:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5267:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5267:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5268:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5269:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5270:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5271:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5272:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5273:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5274:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5274:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5275:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5276:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5276:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5277:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5278:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5279:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5279:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5280:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5281:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5282:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5284:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5286:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5287:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5288:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5289:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5291:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5291:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5292:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5292:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5293:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5293:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5294:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5295:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5296:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5297:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5298:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5298:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5299:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5300:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5301:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5302:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5302:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5303:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5303:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5304:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5305:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5306:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5307:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5307:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5308:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5309:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5310:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5310:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5311:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5312:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5313:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5315:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5315:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5316:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5316:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5317:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5318:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5319:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5320:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5322:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5323:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5324:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5324:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5325:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5325:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5326:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5327:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5327:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5328:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5329:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5330:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5331:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5332:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5332:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5333:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5334:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5335:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5335:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5336:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5336:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5337:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5338:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5339:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5340:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5342:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5343:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5344:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5345:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5346:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5354:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5354:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5355:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5355:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5356:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5356:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5357:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5358:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5359:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5360:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5361:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5362:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5362:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5363:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5364:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5364:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5365:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5365:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5366:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5367:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5368:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5369:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5370:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5371:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5372:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5372:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5373:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5374:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5375:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5376:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5377:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5377:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5378:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5379:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5379:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5380:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5381:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5382:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5382:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5383:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5384:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5385:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5386:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5387:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5388:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5388:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5389:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5390:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5391:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5392:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5392:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5393:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5394:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5395:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5396:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5396:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5397:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5398:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5399:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5400:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5401:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5402:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5404:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5404:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5405:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5405:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5406:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5407:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5408:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5408:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5409:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5409:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5410:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5410:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5411:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5412:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5412:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5413:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5414:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5415:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5416:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5416:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5417:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5417:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5418:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5419:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5419:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5420:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5421:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5421:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5422:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5423:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5423:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5424:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5424:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5425:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5426:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5427:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5428:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5429:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5429:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5430:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5430:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5431:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5432:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5433:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5432:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_cmds.c:5434:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5435:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5436:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5438:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5439:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5440:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5440:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5441:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5442:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5443:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5443:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5444:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5444:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5445:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5445:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5446:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5447:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5447:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5448:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5449:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5450:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5451:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5452:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5453:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5453:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5454:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5455:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5456:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5457:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5458:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5459:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5460:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5461:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5461:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5462:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5462:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5463:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5463:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5464:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5464:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5465:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5466:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5466:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5467:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5468:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5469:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5470:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5471:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5471:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5474:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5475:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5475:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5476:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5477:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5478:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5480:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5482:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5483:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5483:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5484:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5508:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5510:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5516:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5518:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5531:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5533:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5546:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5549:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5552:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5568:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5569:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5582:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5583:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5594:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5601:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5602:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5603:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5604:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5605:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5614:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5615:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5620:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5622:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5622:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5623:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5624:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5625:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5626:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5627:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5628:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5630:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5630:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5631:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5632:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5633:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5634:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5635:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5636:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5638:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5638:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5639:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5640:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5641:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5643:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5644:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5645:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5645:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5646:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5646:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5647:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5648:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5650:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5671:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5683:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5724:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5744:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5751:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5754:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5756:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5760:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5762:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:72:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:90:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:90:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:152:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:152:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:157:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:163:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:164:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:166:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:167:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:173:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:192:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:193:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:202:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:204:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:210:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:221:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:225:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:226:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:227:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:234:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:240:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:242:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:247:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:251:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:255:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:257:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:275:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:303:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:307:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:361:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:380:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:389:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:391:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:399:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:405:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:411:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:413:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:426:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:431:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:449:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:455:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:488:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:490:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:519:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:520:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:522:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:523:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:524:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:524:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:528:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:533:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:540:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:542:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:547:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:574:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:576:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:579:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:588:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:589:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:604:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:607:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:634:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:637:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:677:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:679:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:685:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:713:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:714:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:729:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:730:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:734:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ex_docmd.c:736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:745:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:760:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/ex_docmd.c:751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:763:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:776:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:778:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:780:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:782:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:794:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:796:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:799:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:808:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:832:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:833:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:853:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:854:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:879:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:880:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:891:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:892:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:897:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:901:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:907:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:911:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:912:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:919:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:932:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:941:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:942:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:950:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:954:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:970:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:974:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:976:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:986:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1061:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1066:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1069:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1083:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1097:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1109:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1243:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1254:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1270:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1281:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1290:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1294:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1297:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1305:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1321:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1328:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1332:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1336:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1340:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1343:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1345:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1353:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1357:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1361:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1373:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:1389:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1391:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1394:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1396:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1408:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1410:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1415:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1422:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1431:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1433:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1435:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1437:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1452:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1454:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1462:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1540:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1599:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:1609:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1610:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1613:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1614:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1620:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:1625:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1627:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:1632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1636:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1651:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1666:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1680:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1682:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1682:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:1683:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1685:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1703:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1711:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1723:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1726:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1734:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:1737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1741:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1742:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:1743:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1769:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1771:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1778:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1813:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1814:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1814:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1821:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1825:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1842:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1849:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1851:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1858:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1859:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1872:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1875:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1881:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1882:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1885:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1902:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1909:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1917:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1928:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1930:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2017:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2026:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2034:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2140:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2156:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2159:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2159:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:2161:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2165:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2166:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2193:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2204:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2207:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2208:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2209:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2211:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2213:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2216:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2231:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2232:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2234:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2239:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2248:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2251:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2259:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2263:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2266:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2272:  Small and focused functions are preferred: do_one_cmd() has 773 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/ex_docmd.c:2274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2278:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:2279:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:2280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2287:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2288:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2292:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2294:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2311:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:2312:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:2318:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:2324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2360:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2363:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2364:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2368:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2374:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2375:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2379:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2381:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2386:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2388:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2391:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2394:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2395:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2397:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2405:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2409:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2423:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:2425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2434:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2435:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2438:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:2438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2438:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2451:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2458:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2460:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2468:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2469:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2470:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2471:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2473:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2475:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2481:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2481:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2491:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2492:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2493:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2501:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2508:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2515:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2525:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2525:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2525:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2526:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2526:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2527:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2527:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2528:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2528:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2528:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2529:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2529:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2530:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2530:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2530:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2531:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2531:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2531:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2532:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2532:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2532:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2533:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2533:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2534:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2534:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2534:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2535:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2535:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2535:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2536:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2536:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2536:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2537:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2537:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2537:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2538:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2538:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2539:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2539:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2539:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2540:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2540:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2540:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2541:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2541:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2542:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2542:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2542:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2543:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2543:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2544:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2544:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2544:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2545:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2545:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2545:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2546:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2546:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2546:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2558:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2561:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2562:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2564:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2579:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2586:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2587:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2589:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2598:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2600:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2602:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2615:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:2617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2624:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2626:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2627:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2637:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2638:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:2641:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2657:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2664:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2679:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2682:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2687:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2696:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2698:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2699:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2702:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2703:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2711:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2721:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2722:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2722:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:2723:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2736:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2751:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2756:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2764:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2769:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2778:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2781:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2795:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2799:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2802:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2804:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2814:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2827:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2835:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2845:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2847:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2849:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2851:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2860:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:2861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2862:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2863:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2866:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2868:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2870:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2872:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2874:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2878:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2880:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2891:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2901:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2908:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2909:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2915:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2915:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2915:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2916:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2921:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2922:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:2923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2941:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2948:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3062:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3066:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3070:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3083:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3087:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3089:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3091:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3105:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3106:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3112:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3114:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3120:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3124:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3144:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3146:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3173:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3202:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3213:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3216:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3216:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3218:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3218:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3220:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3220:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3222:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3222:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3226:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3229:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3248:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3248:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3259:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3259:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3264:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3264:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3269:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3269:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3309:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3310:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3313:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3340:  Small and focused functions are preferred: () has 592 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/ex_docmd.c:3342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3352:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:3354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3361:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3365:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3366:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3368:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3371:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3376:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3482:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3484:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3484:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3489:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3492:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3492:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3512:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3520:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3529:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3531:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3554:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3556:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3558:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3558:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3570:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3575:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3575:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3584:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3590:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3617:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3619:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3621:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:3621:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3623:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3625:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3628:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3630:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3646:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3648:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3650:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3659:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3668:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3670:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3686:  Missing space before ( in switch(  [whitespace/parens] [5]
src/nvim/ex_docmd.c:3690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3755:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3757:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3776:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3805:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3807:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3810:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3812:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3821:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3876:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3893:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3894:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3940:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3980:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3980:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3983:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4000:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4003:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4005:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4018:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4028:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4031:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4032:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4060:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4085:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4104:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4106:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4109:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4113:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:4117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4120:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:4125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4141:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4155:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4157:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4157:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4159:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4160:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4174:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4181:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4183:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4207:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4209:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4217:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4229:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4231:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4239:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4244:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4249:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4253:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4259:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4261:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4263:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4265:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4277:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4294:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4302:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4310:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4318:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4330:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4332:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4344:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4345:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4459:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4473:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4475:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4487:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:4488:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4501:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4503:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4504:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4506:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4507:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4511:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4513:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4527:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4552:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4554:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4565:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4567:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4585:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4625:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4625:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4626:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4626:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4627:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4627:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4628:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4628:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4629:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4629:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4630:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4630:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4631:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4631:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4632:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4632:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4644:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4644:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4645:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4645:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4646:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4646:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4647:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4647:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4648:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4648:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4649:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4649:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4650:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4650:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4651:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4651:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4652:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4652:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4653:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4653:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4654:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4654:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4655:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4655:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4656:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4656:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4657:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4657:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4658:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4658:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4659:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4659:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4660:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4660:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4661:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4661:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4662:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4662:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4663:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4663:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4665:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4665:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4667:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4667:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4668:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4668:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4669:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4669:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4670:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4670:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4671:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4671:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4672:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4672:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4673:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4673:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4674:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4674:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4675:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4675:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4676:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4676:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4677:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4677:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4678:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4678:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4684:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4697:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4701:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4702:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:4703:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4705:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4727:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4728:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4729:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4730:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4741:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:4743:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4745:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4747:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:4749:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4758:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4771:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4785:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4786:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4790:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4793:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4798:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4804:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4807:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4810:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4828:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4830:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4832:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4834:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4836:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4836:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4854:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4855:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:4856:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4858:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4860:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4862:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4864:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4873:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4875:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4897:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4902:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4906:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4914:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4952:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:4960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4964:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:4964:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4972:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4973:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4996:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5037:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5040:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5056:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5086:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5114:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5139:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:5140:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:5144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5164:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5166:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5168:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5170:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5172:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5174:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5178:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5187:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5189:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5196:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5202:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5208:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5212:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5219:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5223:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5233:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5237:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5246:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5249:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5251:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5253:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5268:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:5272:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5276:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5280:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5289:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5292:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5294:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5296:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5303:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5310:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5334:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5336:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5352:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5355:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5356:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:5360:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:5361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5377:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5385:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5387:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5387:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5393:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5398:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5400:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5416:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5439:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5442:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5453:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:5455:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:5457:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5467:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:5467:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:5469:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5500:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5501:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:5507:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5542:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5544:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5568:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5580:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5587:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5589:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5595:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5597:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5607:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5631:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5638:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5641:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5649:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5649:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5650:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5653:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5654:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5653:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5654:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5655:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5682:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5684:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5694:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5697:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5700:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5701:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5701:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5713:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5715:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5716:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5718:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5718:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5721:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5724:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5748:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:5749:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:5752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5761:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5762:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5764:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5773:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5775:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5787:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5791:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5791:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5803:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5815:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5817:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5819:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5819:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5820:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5829:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5850:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5851:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5852:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5872:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:5876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5878:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5881:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5883:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5884:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5898:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5900:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5905:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5914:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5921:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5923:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5923:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5927:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5928:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5929:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5929:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5935:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5938:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5940:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5981:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5984:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5990:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5990:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5991:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5995:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5996:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5995:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5999:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6011:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6013:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6013:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6016:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6018:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6019:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6029:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6099:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6103:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6104:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6107:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6107:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6118:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:6127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6129:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6136:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6145:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6146:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6153:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:6154:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:6157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6160:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6166:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6203:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6212:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6213:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6214:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6215:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6216:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6219:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6221:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6255:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6257:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6263:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6264:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6276:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6277:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6278:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:6278:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6280:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6283:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6290:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6296:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6297:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6352:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:6352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6361:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6371:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6372:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:6373:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6387:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6410:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6412:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6414:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6414:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6447:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6448:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:6453:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6455:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6459:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6461:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6476:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6483:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6505:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:6506:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:6508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6534:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6552:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:6553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6556:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6557:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6561:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:6565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6567:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6570:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6571:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6572:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6573:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:6573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6573:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6577:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6578:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6579:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6580:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6582:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6583:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6584:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6607:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6611:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6615:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6623:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6631:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6646:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6648:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6695:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6696:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6697:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6698:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6702:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6708:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6715:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6727:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6728:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6729:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6729:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6730:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6734:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6739:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6742:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6743:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ex_docmd.c:6746:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6752:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6754:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6757:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6758:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6794:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6797:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6806:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6821:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6823:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6826:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6840:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6842:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6853:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6855:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6855:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6859:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6876:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6896:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6931:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6952:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6954:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6971:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6976:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6978:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7001:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7008:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7023:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7024:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:7025:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_docmd.c:7027:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7029:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7044:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7048:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7072:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7074:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7088:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7089:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7112:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7120:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7141:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7147:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7154:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7166:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7174:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7175:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7211:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7214:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7216:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7219:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7220:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7221:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7222:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7223:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7227:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7229:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7231:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7231:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7243:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7245:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7245:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7251:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7259:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7270:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7272:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7272:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7274:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7278:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7279:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7295:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7296:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7297:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7299:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7303:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:7307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7309:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7324:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7327:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7328:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7329:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7335:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7339:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7353:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7354:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7356:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7390:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7391:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7392:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7397:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7402:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7409:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7411:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7414:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7415:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7417:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7419:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7421:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7431:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7433:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7438:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7439:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7443:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7447:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7448:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7451:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7455:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7458:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7459:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7461:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7469:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7473:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7474:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7477:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7478:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7487:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7489:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7494:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7496:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7502:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7504:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7506:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7507:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7508:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7510:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7511:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7514:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7515:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7519:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7521:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7526:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7531:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7553:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:7556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7573:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7586:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7588:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7590:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7590:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7594:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7607:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7643:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7645:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7657:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7658:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7700:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7741:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7746:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7749:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7751:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7753:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7757:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7769:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7785:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7786:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7790:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7796:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7813:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7820:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7822:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7850:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7852:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7856:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7883:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7950:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7950:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8017:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:8024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8023:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:8023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8034:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8038:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8039:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8079:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:8079:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8085:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8094:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8095:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8096:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8100:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8112:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8124:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8129:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8148:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8149:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8167:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:8171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8193:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:8202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8205:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8217:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8221:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8224:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8256:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8263:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8267:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8304:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8306:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8306:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8310:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8340:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:8341:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:8343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8346:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8349:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8359:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8366:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8368:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8369:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8375:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8382:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8400:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8401:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8401:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:8405:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8407:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8413:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8422:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8424:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8425:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8439:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8445:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8454:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8466:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8471:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8480:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8481:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8495:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8499:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8506:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8512:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8514:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8516:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8518:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8527:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8529:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8530:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8531:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8536:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8546:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8548:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8555:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8557:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8558:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8560:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8573:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8581:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8586:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8591:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8602:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8606:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8608:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8610:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8614:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8615:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8622:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8638:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8643:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8645:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8646:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8647:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8648:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8645:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8646:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8647:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8648:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8653:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8655:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8655:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8663:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8684:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8688:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8696:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8697:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8708:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8723:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8724:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8737:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8739:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8740:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8741:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8742:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8750:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8755:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8757:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8764:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:8765:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:8771:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:8768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8770:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:8770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8777:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8787:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8790:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8791:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8792:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8793:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8801:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8804:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8819:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8824:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8828:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8832:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8839:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8853:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8855:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8856:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8858:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8862:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8872:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8880:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/ex_docmd.c:8881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8883:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8899:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8903:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8904:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8912:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8912:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8920:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8931:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8935:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8945:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:8946:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:8950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8969:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8997:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9003:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9005:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9024:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9025:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9030:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9046:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9064:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_docmd.c:9065:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_docmd.c:9066:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_docmd.c:9084:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9086:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9089:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:9094:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/ex_docmd.c:9101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9107:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9109:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:9111:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:9113:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:9115:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:9111:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:9113:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:9120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9126:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9139:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9155:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9170:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9176:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:9180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9186:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9188:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9193:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9194:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9195:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9209:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9215:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9216:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9217:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9229:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9237:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9238:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9240:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9241:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9244:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9245:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9249:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9255:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9256:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9259:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9260:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9263:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9264:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9266:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:9270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9275:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9281:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9283:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9291:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9293:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9303:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9320:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9322:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9322:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:9327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9328:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9329:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9331:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9333:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9336:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9336:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:9338:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9346:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9369:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9369:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9376:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9376:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9386:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9387:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9411:  Missing spaces around ==  [whitespace/operators] [3]
src/nvim/ex_docmd.c:9411:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:62:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:64:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:77:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:103:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:151:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:152:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:176:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:177:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:187:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:188:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:210:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:211:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:222:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:223:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:238:  while should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:251:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:258:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:262:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:304:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:305:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:310:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:313:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:315:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:315:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:316:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:318:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:319:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:335:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:336:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:345:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:347:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:359:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:365:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:369:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:375:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_eval.c:381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:406:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:408:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:408:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:410:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:417:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_eval.c:424:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:459:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:465:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:470:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:476:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:477:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:478:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:481:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:482:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:487:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:490:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:492:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:501:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:525:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:527:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:530:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:531:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:533:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:536:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:539:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:546:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:548:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:559:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:561:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:562:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:574:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:576:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:577:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:580:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:587:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:588:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:589:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:592:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:593:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:598:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:601:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:603:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:613:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:619:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:621:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:622:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:623:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:625:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:627:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:637:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:699:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:701:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:703:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:708:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:709:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:711:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:716:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:719:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:721:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:732:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:735:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:747:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:750:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:762:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:765:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:781:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:783:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:783:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:800:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:802:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:813:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:814:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:818:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:818:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:828:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:864:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:871:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:876:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:878:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:879:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:894:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:906:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:908:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:910:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:913:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:927:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:929:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:929:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:967:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:975:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:977:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:978:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1000:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1014:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1016:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1016:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1021:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1048:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1050:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1050:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1055:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1082:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1084:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1084:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1089:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1091:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1095:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1097:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1108:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1112:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1125:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_eval.c:1130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1147:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1149:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1157:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1159:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1172:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1185:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1186:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1191:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1192:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1211:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1213:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1223:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1234:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1236:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1236:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1283:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ex_eval.c:1287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1293:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1294:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1295:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1306:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1312:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1314:  for should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1315:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1321:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1322:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1324:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1333:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1342:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1343:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1374:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1375:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1378:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1380:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1380:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1400:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1407:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1420:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1424:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1434:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1438:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1440:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1440:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1443:  for should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1444:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1450:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1459:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1491:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1511:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1514:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1516:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1530:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1554:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1559:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1561:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1561:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1582:  while should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1582:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/ex_eval.c:1584:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1585:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1594:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1605:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1607:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1626:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1630:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1631:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1632:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1645:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1661:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1668:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1669:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1688:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1691:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1701:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1702:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1703:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1704:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1705:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1706:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1711:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1760:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1762:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1762:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1766:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1769:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1798:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1806:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1808:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1809:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1814:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1822:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_eval.c:1822:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1828:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1836:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1838:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1844:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1845:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1846:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1847:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1848:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1849:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1853:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1874:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_eval.c:1877:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1901:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1913:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1914:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1914:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1915:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1917:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1930:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1938:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1940:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1950:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1952:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1955:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1973:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1984:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1986:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1999:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_eval.c:2002:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2004:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2027:  while should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2030:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2034:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2036:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:2037:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:77:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_getln.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:79:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_getln.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:140:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:140:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:141:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:141:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:142:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:142:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:295:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:540:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:592:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:625:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:705:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:705:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:747:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:750:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:762:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:765:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:797:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:803:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:806:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:874:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:891:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:904:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1217:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1257:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1329:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1329:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1526:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1527:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1627:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:1636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1643:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:1645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1667:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1678:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1679:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1689:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1691:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1703:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:1708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1716:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:1718:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1723:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1734:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:1740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1750:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1752:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:1756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1757:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1765:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1776:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1786:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:1787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1793:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1805:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:1807:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_getln.c:1806:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_getln.c:1806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1806:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_getln.c:1809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1816:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1824:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1828:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1830:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1856:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1877:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1908:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1950:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1951:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:1956:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1968:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1980:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:1999:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2001:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2011:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2021:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2045:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2047:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2049:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2051:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2067:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2069:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2101:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2124:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2127:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2130:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_getln.c:2143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2172:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2174:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2178:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2180:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2180:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2184:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2196:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2208:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2219:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2221:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2223:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2225:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2234:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2236:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2237:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2241:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2244:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2262:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2269:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2270:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2276:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2280:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2285:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2287:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2289:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2313:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2316:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2332:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2337:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2339:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2348:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2350:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2355:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2360:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2364:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2373:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2378:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2389:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2435:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:2436:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:2438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2450:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2457:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2465:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2471:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2485:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2489:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2495:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2500:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2518:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2519:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2520:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2523:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2525:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2527:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2529:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2547:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2558:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2560:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2570:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2572:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2578:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2580:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2581:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2590:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2604:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2607:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2615:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2619:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2624:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2626:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2633:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2639:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2644:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2654:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2658:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2671:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2672:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2682:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2683:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2693:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:2694:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2735:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2738:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2738:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2741:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2744:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2747:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2748:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2752:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2753:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2771:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2772:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2784:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2787:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2831:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:2834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2852:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2855:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2863:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2865:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2869:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2871:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2874:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2876:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2877:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2880:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2893:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2899:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2905:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2911:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2915:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2926:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2928:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2939:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2940:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2949:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2951:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2954:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2969:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2972:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2990:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2996:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3001:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3005:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3020:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3039:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_getln.c:3044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3047:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3073:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3082:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3089:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3119:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3120:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3198:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:3200:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3215:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3219:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3220:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3221:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3223:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3223:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3230:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3232:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3234:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3238:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3240:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3240:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3244:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3271:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3284:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3290:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3293:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3295:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3295:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3297:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:3297:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3301:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3324:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3338:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3341:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3346:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3347:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3349:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3367:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3370:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3373:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3374:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3379:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3381:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3382:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3384:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3395:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:3398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3420:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3427:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3427:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3430:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3431:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_getln.c:3431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3435:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3440:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3451:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3493:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3498:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3503:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3566:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3567:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:3569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3581:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3593:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3594:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3616:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3617:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:3619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3641:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3668:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3669:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3673:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3682:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3683:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:3688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3696:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3698:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3700:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3702:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3711:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3717:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3719:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3721:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3726:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3732:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3734:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3738:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3743:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3754:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:3754:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3770:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3772:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3776:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3776:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3780:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3780:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3784:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3784:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3788:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3788:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3791:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3795:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3801:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3804:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3806:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3808:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3808:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3816:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3816:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3816:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3817:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3817:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3817:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3818:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3818:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3818:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3819:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3819:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3819:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3820:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3820:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3820:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3821:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3821:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3821:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3822:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3822:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3822:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3823:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3823:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3823:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3824:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3824:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3824:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3825:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3825:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3825:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3826:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3826:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3826:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3827:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3827:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3827:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3828:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3828:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3828:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3829:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3829:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3829:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3830:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3830:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3830:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3831:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3831:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3831:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3832:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3832:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3832:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3833:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3833:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3833:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3834:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3834:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3834:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3835:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3835:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3835:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3836:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3836:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3836:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3837:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3837:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3837:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3839:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3839:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3839:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3840:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3840:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3840:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3842:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3842:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3842:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3843:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3843:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3843:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3852:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3855:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3883:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_getln.c:3881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3892:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3892:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ex_getln.c:3894:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3894:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ex_getln.c:3900:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3909:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3909:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ex_getln.c:3911:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3911:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ex_getln.c:3914:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3916:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3922:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3930:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3935:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:3936:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3970:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3971:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3978:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3980:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3983:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3983:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3998:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4002:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4006:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4024:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:4030:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4057:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4069:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_getln.c:4072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4078:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4082:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4092:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_getln.c:4101:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4107:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4114:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4122:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4141:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4147:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4164:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_getln.c:4198:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4262:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4264:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4266:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4268:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4304:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4306:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4387:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:4388:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:4399:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4400:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4403:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4404:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4411:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4412:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:4416:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4424:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4450:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4453:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4454:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4457:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4470:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:4471:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:4474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4481:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4484:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4498:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4504:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4517:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4529:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4543:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4545:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4547:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4561:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4576:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4590:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4595:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4597:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:4602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4612:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4614:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4629:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4631:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4637:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4639:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4642:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:4644:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4648:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4650:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4663:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4665:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:4689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4703:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4714:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4724:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4727:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4730:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4746:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4747:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4754:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4767:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:4770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4778:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4783:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4786:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:4789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4791:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4795:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:4797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4797:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:4802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4824:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4839:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:4842:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:4857:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4859:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4861:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4863:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4869:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:4868:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_getln.c:4870:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4872:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:4873:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:4878:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4985:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:4988:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:4989:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4991:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4998:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5020:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5022:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:5024:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5031:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:5038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5052:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5053:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5070:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5088:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5113:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:5115:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5117:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:5117:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:5121:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5134:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:5136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5138:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5171:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5176:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5178:  An else should always have braces before it  [readability/braces] [5]
src/nvim/farsi.c:175:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:296:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/farsi.c:298:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/farsi.c:362:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:363:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:364:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:365:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:366:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:367:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:368:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:369:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:370:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:371:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:372:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:373:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:374:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:375:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:377:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:378:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:379:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:380:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:381:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:382:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:383:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:384:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:385:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:447:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:510:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:556:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:625:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/farsi.c:636:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/farsi.c:649:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/farsi.c:655:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/farsi.c:770:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:771:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:772:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:773:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:774:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:775:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:776:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:777:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:778:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:779:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:780:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:781:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:782:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:783:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:784:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:785:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:786:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:787:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:788:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:789:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:790:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:791:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:792:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:793:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:794:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:795:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:796:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:797:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:798:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:799:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:800:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:801:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:802:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:803:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:804:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:805:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:806:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:807:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:808:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:809:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:810:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:811:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:812:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:813:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:814:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:815:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:816:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:817:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:818:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:819:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:820:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:960:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:961:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:962:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:963:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:964:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:965:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:966:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:967:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:968:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:969:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:970:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:971:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:972:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:973:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:974:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:975:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:976:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:977:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:978:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:979:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:980:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:981:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:982:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:983:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:984:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:985:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:986:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:987:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:988:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:989:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:990:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:991:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:992:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:993:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:994:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:995:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:996:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:997:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:998:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:999:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1000:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1001:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1002:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1003:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1004:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1005:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1006:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1007:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1008:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1009:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1010:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1074:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/farsi.c:1279:  Small and focused functions are preferred: fkmap() has 600 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/farsi.c:1378:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1553:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1855:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1856:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1857:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1858:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1859:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1860:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1861:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1862:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1863:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1864:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1865:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1866:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1867:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1868:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1869:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1870:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1871:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1872:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1873:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1874:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1875:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1876:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1877:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1878:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1879:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1880:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1881:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1882:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1883:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1884:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1885:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1886:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1887:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1888:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1889:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1890:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1891:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1892:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1893:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1894:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1895:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1896:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1897:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1898:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1899:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1900:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1901:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1902:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1903:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1904:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1905:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1909:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1910:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1911:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1912:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1913:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1914:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1915:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1916:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1917:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1918:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1962:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1963:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1964:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1966:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1967:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1968:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1969:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1970:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1971:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1972:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1973:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1983:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1984:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1986:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1996:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1997:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1998:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1999:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:2000:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:2001:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fileio.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:59:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/fileio.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:97:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:97:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:98:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:106:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:106:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:107:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:129:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:195:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:199:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:208:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:209:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:210:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:211:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:214:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:216:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:219:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:246:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:247:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:278:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:280:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:283:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:293:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:298:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:303:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:307:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:307:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:317:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:321:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:321:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:324:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:325:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:325:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:348:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:365:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:368:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:395:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:396:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:396:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:398:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:399:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:399:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:405:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:406:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:407:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:408:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:441:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:443:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:462:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:463:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:501:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:504:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:507:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:509:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:524:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:525:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:552:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:554:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:556:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:561:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:564:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:564:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:568:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:573:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:577:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:579:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:580:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:590:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:591:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:597:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:598:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:600:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:601:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:610:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:614:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:620:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:628:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:649:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:657:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:658:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:660:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:660:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:661:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:663:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:664:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:666:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:666:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:667:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:669:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:669:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:670:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:676:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:687:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:692:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:694:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:696:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:713:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:717:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:728:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:730:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:738:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:739:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:742:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:762:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:764:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:777:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:778:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:780:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:783:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:787:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:817:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:821:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:822:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:823:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:825:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:826:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:835:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:836:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:837:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:837:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:840:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:841:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:843:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:845:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:861:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:866:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:868:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:871:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:873:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:880:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:897:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/fileio.c:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:900:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:912:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:921:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:946:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:950:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:964:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:987:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1009:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1012:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1031:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1033:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1035:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1037:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1039:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1041:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1056:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1058:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1058:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1072:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1074:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1083:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1085:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1093:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1109:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1110:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1111:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1123:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1125:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1130:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1145:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/fileio.c:1151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1163:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1180:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1182:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1184:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1191:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1192:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1199:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1202:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1205:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1208:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1220:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1246:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1249:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1251:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1253:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1300:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1302:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1304:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1310:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1321:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1323:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1329:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1343:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1345:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1359:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1361:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1363:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1364:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1366:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1384:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1386:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1389:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1391:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1408:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1410:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1410:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1418:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1420:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1422:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1423:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1425:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1439:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1441:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1443:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1445:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1447:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1449:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1451:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1462:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1469:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1482:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1483:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1498:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1502:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1506:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1514:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1516:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1525:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1527:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1528:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1531:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1553:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1556:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1569:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1570:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fileio.c:1573:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1575:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1578:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1589:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1593:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1611:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1613:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1615:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1617:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1617:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1622:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1625:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1629:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1633:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1641:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1643:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1645:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1660:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:1662:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1663:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1666:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1668:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1669:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1676:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1679:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1683:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1687:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1699:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1700:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1715:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1716:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1719:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1720:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1721:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1721:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1722:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1732:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:1734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1736:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1747:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1750:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1750:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1752:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1776:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1780:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1790:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1805:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1806:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1815:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1821:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1827:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1833:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1840:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1846:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1850:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1854:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1858:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1862:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1865:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1869:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1868:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:1870:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1873:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1872:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:1874:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1877:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1879:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1880:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1886:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1887:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1888:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1897:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1901:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1904:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/fileio.c:1905:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1913:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1915:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1927:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/fileio.c:1931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1946:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1965:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1973:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1974:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1976:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1976:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1977:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1979:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1979:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1980:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1982:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1982:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1983:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1985:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1989:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1992:  Small and focused functions are preferred: () has 1228 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/fileio.c:2013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2018:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:2019:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:2020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2029:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2030:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2043:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:2049:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2050:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2060:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2062:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2127:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:2128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2137:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2139:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2139:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2142:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2143:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2187:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:2188:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:2190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2230:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:2231:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:2238:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:2237:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:2237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2238:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/fileio.c:2239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2258:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2266:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2269:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2270:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2276:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2285:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2286:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2293:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:2293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2296:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2300:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2313:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2324:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2333:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2350:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2355:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2367:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2368:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2369:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2370:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2384:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2385:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2386:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2388:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2389:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2397:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2398:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2399:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2400:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2401:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2402:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2403:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2404:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2411:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2411:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2412:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2413:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2414:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2416:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2416:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2420:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2420:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2425:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2425:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2435:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2436:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2437:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2439:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2439:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2443:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2443:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2444:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2445:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2446:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2448:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2448:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2461:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2469:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2472:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2479:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2486:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2488:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2491:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2498:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2510:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2512:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2514:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2514:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2519:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:2525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2529:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2531:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2533:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2535:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2540:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2542:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2543:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2544:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2547:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2549:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2560:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2570:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2586:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2587:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2602:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2603:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2607:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2608:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2609:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2617:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/fileio.c:2619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2644:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2653:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2661:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2662:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2670:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2687:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2701:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2702:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2713:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:2719:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2720:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2721:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2722:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2722:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2729:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2751:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2759:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2765:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2767:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2773:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2780:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2804:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2813:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:2813:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2816:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2868:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2915:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2918:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2940:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2981:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2983:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2983:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2984:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:2984:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2996:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2999:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3019:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3027:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:3034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3040:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3047:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3048:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3052:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3054:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3066:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3083:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3100:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3102:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3120:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3128:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3129:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3156:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3168:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3169:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3170:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3172:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3174:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3169:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3170:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3189:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3198:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3199:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3206:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3248:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3260:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3262:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3274:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3276:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3284:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3300:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3301:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3304:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3306:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3308:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3311:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3329:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3332:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3334:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3334:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3367:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3389:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3404:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3420:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3423:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3428:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3439:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3440:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3451:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3453:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:3454:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3454:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3455:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3458:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3460:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3457:  If you can, use sizeof((char *)errmsg) instead of 300 as the 2nd arg to snprintf.  [runtime/printf] [3]
src/nvim/fileio.c:3462:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3464:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3487:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3488:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3494:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3495:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3496:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3499:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3506:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3521:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3524:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3525:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3527:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3530:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3533:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3537:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3540:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3544:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3547:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3548:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3551:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3553:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3557:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3566:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3583:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3585:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3594:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3601:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3603:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3618:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:3618:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3621:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3623:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3624:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3623:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3624:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3626:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3638:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3655:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3675:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3677:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3679:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3679:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/fileio.c:3680:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3690:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3696:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3698:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3699:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3719:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3725:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:3727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3733:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3735:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3738:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3739:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3741:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3741:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3742:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3744:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3744:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3749:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3750:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3756:  Small and focused functions are preferred: () has 1060 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/fileio.c:3758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3767:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3768:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3769:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3770:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3778:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3778:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3782:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3783:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3784:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3785:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3790:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3791:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3803:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3805:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3845:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3848:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:3851:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:3851:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3852:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3854:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3855:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:3857:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3859:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3859:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3860:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:3865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3871:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3884:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3888:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3889:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3890:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3890:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3892:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3941:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3950:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3952:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3962:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3970:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3975:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3977:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3985:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3994:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3998:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:4001:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4003:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4008:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4011:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4014:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4016:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4016:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4062:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4071:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4076:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4149:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4171:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4206:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4211:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4216:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4222:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4250:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4252:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4259:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4261:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4285:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4328:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4337:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4382:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4386:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/fileio.c:4409:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/fileio.c:4452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4487:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4489:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4515:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4519:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:4522:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4548:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4569:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:4590:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4598:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4622:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4632:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:4633:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:4634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4643:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4644:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4650:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4654:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4657:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4658:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4658:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4660:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4661:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4666:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4678:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4703:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4704:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4715:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4716:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4735:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:4736:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:4738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4746:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4747:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4748:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4751:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4759:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4775:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/fileio.c:4778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4790:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4791:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fileio.c:4793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4798:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4800:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4801:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4801:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4802:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4804:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4806:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4808:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4818:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4823:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:4823:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4825:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4827:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4830:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4831:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4832:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4833:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4834:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4838:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4840:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4840:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4841:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4842:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4851:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:4859:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:4861:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4872:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:4874:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4879:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4882:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:4883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4891:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4892:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4893:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4905:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4916:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4919:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4936:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4942:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4944:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:4944:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4980:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4981:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4992:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4994:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4994:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5008:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5015:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5017:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5018:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5019:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5024:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5025:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5025:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5031:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5043:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5044:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5051:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5053:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5058:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5071:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5096:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5108:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5110:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5112:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5130:  Missing space after {  [whitespace/braces] [5]
src/nvim/fileio.c:5130:  Missing space before }  [whitespace/braces] [5]
src/nvim/fileio.c:5133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5138:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5155:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5157:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5161:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5165:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5167:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5175:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5185:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5188:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5191:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5193:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5197:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5211:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5225:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5238:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5256:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5265:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5270:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5284:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5285:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5289:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5292:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5298:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5314:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5315:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5322:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5334:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5336:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5336:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5373:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5375:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5377:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5379:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5381:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5399:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5401:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5419:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5420:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fileio.c:5423:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5426:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5429:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5441:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5442:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5451:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:5453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5468:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5470:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5509:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5511:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5530:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5532:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5544:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5587:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5588:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5601:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5609:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5611:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5620:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5626:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5635:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5645:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5647:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5664:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5666:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5667:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5679:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5701:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5703:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5717:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/fileio.c:5730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5732:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5734:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5744:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5746:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5767:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5769:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5777:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5784:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5785:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5788:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5789:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5792:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5800:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:5801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5839:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:5842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5845:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5866:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5882:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5882:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5883:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5895:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5897:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5905:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5924:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:5925:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:5927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5931:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5949:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5957:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5958:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5959:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5959:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5960:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5962:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5993:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6006:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6034:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:6035:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:6036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6061:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6072:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6079:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6080:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6121:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:6122:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:6123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6137:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6149:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6150:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6151:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6155:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6157:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6183:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6200:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6215:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6233:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6335:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6343:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6350:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6357:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6363:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6370:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6386:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6410:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6412:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6414:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6416:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6418:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:6420:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6422:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6427:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6429:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6438:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6440:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6440:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:6441:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6443:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6445:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6445:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:6446:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6451:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6457:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6468:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6469:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6481:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6483:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6502:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6523:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6528:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6529:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6574:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6580:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6592:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6606:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6629:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6630:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6639:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6654:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6666:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6668:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6674:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:6675:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:6677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6705:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6704:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:6714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6715:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6716:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6717:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6720:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6723:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6740:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6746:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6747:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6749:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6752:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6756:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6758:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6760:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6761:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6762:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6777:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6779:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6808:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6809:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6837:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6839:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6841:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6846:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6849:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:6852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6859:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6870:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6871:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6874:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6875:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6883:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6885:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6888:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6890:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6901:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6944:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6963:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6973:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6980:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6985:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6989:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7029:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7031:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7114:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7116:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7117:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:7118:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7152:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7153:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7155:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7159:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7161:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:7168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7168:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7180:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7196:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7197:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7212:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7218:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7221:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7226:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7231:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7242:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7243:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7260:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:7264:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7266:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7267:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7272:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7276:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7278:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7297:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7317:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7319:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:2:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:3:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:91:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/file_search.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:148:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/file_search.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:253:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/file_search.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:272:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:274:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:274:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:284:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:284:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:286:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:286:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:291:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:292:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:295:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:296:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:315:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/file_search.c:315:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:316:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:318:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:329:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:329:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:332:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:334:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:342:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:361:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:381:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:389:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/file_search.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:430:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:432:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:435:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:440:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:441:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:440:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/file_search.c:444:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:449:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:487:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:514:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:515:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:550:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:560:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:591:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:603:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:605:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:613:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:618:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:643:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:644:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:645:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:643:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:644:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:645:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:645:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/file_search.c:650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:660:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:721:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:738:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:743:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:755:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:760:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:761:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:762:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:766:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:768:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:779:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:794:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:809:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:810:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:811:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:812:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/file_search.c:809:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:810:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:811:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:812:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/file_search.c:812:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/file_search.c:817:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:818:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:819:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:820:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/file_search.c:820:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/file_search.c:824:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:838:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:843:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:844:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:860:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:864:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:874:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:878:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:895:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:896:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:898:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:901:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:908:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/file_search.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:919:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:920:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:921:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:921:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:925:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:928:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:934:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:943:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:945:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:961:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1001:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/file_search.c:1005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1014:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1064:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1065:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1067:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1068:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1070:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1077:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1083:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1091:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/file_search.c:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1115:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1115:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1135:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1137:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:1146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1149:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/file_search.c:1161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1162:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1166:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1195:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1210:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1224:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1260:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1264:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1265:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1273:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1275:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1277:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1278:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1281:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1310:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/file_search.c:1311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1349:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/file_search.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1356:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1361:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/file_search.c:1362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1379:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1405:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1433:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:1440:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1453:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1457:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1463:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1466:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1487:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1488:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1487:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1488:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1489:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1490:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1496:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1497:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1499:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1500:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:1502:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1504:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1506:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1507:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:1509:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:3:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:43:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:48:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:48:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:67:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:69:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:71:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:72:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:146:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:159:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:166:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:167:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:176:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:200:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:204:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:212:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:239:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:241:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:259:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:261:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:263:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:267:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:273:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/fold.c:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:298:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:298:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:364:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:381:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:382:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:398:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:403:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:406:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:409:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:420:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:429:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:441:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:444:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:445:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:481:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:496:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:497:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:515:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:516:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:518:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:531:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:533:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:535:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:537:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:553:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:577:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:585:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:586:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:587:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:588:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:589:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:605:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:612:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:617:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:626:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:630:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:643:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:645:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:662:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:663:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:676:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:680:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:691:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:693:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:701:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:702:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:715:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:717:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:718:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:718:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:719:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:721:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:723:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:727:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:736:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:738:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:742:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:786:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:811:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:812:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:838:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:839:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:845:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:851:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:855:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:860:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:865:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:866:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:867:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:870:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:879:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:886:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:895:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:899:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:904:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:913:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:918:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:945:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:947:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:949:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:964:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:974:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:979:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:982:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1008:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1050:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1053:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1056:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1056:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1059:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1063:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1080:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1115:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1118:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1130:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1131:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1168:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1169:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1182:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1183:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1198:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1204:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1207:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1212:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1213:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1215:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1218:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:1222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1233:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1253:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1256:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1259:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1297:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1312:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1314:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1319:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1344:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fold.c:1346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1348:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1352:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1358:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/fold.c:1364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1366:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1368:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1393:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1398:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1406:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1409:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1415:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1418:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1420:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1430:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1431:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1465:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1476:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1477:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1486:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1491:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1492:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1493:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1494:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1495:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1498:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1499:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1501:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1504:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1504:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1505:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1514:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1515:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1528:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1530:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1530:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1535:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1539:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1595:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1597:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1597:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1603:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1611:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1612:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1620:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1649:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1666:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1684:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1689:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1691:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1693:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1695:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1710:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1728:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1729:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1738:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1748:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1751:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1753:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1765:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1764:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fold.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1779:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1780:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1785:  while should always use braces  [readability/braces] [5]
src/nvim/fold.c:1788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1796:  while should always use braces  [readability/braces] [5]
src/nvim/fold.c:1799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1808:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1813:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1818:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:1819:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fold.c:1828:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1832:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1836:  while should always use braces  [readability/braces] [5]
src/nvim/fold.c:1845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1863:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1878:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1880:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1887:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1890:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1922:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1924:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1935:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1937:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1939:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1941:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1952:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1972:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1983:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1991:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1996:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2002:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2006:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2013:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2019:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2031:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2043:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2050:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2052:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2097:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:2101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2110:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2136:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2138:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2149:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2167:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2169:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2170:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2171:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2191:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2193:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2213:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2216:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2217:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2218:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2221:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2222:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2223:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2224:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2227:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2235:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2242:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2245:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2254:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2254:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2260:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2261:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2262:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2282:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2284:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2289:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2292:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2293:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2316:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2349:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2353:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2357:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2367:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2380:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2386:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2407:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2409:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2416:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2423:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2424:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2427:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2436:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2437:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2442:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2459:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2509:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2535:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2550:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2560:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2564:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2565:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2572:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2595:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2611:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2612:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2628:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:2630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2634:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2636:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2638:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2652:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2654:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2680:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2700:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2702:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2728:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2741:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2791:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2802:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2804:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2822:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2825:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2827:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2832:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2868:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2874:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2890:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2892:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2907:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fold.c:2915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2916:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2920:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2921:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2926:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2934:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2936:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2953:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2956:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2956:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/garray.c:160:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/getchar.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:70:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:70:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:71:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:71:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:72:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:72:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:73:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:73:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:74:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:74:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:77:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:77:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:80:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:80:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:88:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:106:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:182:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:188:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:189:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:206:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:223:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:235:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:242:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:243:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:249:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:251:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:260:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:262:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:263:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:272:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:274:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:294:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/getchar.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:309:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:311:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:314:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:342:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:352:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:418:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:427:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:428:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:429:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/getchar.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:438:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:466:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:488:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:516:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:524:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:525:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:534:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:541:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:546:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:548:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:551:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:555:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:558:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:560:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:564:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:566:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:577:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:586:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:627:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:669:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:671:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:673:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:684:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:686:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:699:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:704:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:720:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:739:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:739:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:742:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:747:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:750:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:753:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:758:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:759:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:760:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:761:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:762:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:767:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:768:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:787:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:787:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:792:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:802:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:803:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:809:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:859:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:877:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/getchar.c:877:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:891:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:897:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:898:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:899:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:904:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:906:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:907:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:908:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:917:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:919:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:921:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:932:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:934:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:936:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:938:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:945:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:949:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:951:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:986:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:987:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:993:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/getchar.c:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1020:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1028:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1034:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1034:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1041:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1043:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1048:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1049:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1052:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1053:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1057:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1059:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1063:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1065:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1069:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1071:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1077:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1078:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1094:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1128:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1130:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1146:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1155:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1157:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1159:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1161:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1191:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1225:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:1226:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1235:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1239:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1245:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1267:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1269:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1271:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1276:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1298:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1305:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1326:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1341:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1344:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1367:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1388:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1401:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1402:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1410:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/getchar.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1441:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1451:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1469:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1477:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1478:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1478:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1495:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1509:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1535:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1537:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1550:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1569:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:1570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1570:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:1580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1612:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/getchar.c:1612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1612:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1615:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1637:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1646:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1647:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1651:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1652:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1659:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1669:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1671:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1686:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1688:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1694:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1702:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1705:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1707:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1715:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1751:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1753:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1753:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1791:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1793:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1795:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1796:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1797:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1808:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1825:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1835:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1836:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1838:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1853:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1856:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1879:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1881:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1882:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1886:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1899:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1901:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1923:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:1923:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:1923:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:1926:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1941:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1942:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1943:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1943:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1944:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1947:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1950:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:1953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1962:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1964:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1977:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1979:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1980:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1991:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1993:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1995:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2008:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2010:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2010:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2036:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2047:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2049:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2049:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2052:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2054:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2055:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:2056:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2057:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2058:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:2056:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2057:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2060:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2063:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2063:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2064:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2092:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2093:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2094:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2095:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2096:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2097:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2098:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2100:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2101:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2102:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2101:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2102:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2107:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2108:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2126:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2130:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2132:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2154:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2165:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2177:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2188:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2197:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2199:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2238:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2238:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2240:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2250:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2252:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2263:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2263:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2275:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2276:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2277:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2278:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2286:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2289:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2291:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2293:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2297:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2300:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2303:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2307:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2325:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2327:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2328:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2330:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2331:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2332:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2365:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:2366:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:2369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2374:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2388:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2389:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2391:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2401:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/getchar.c:2404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2413:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2414:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2415:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2438:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2457:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2468:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:2469:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:2472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2487:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/getchar.c:2494:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2495:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2494:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2495:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2547:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:2548:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:2552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2564:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2574:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2575:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2576:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2577:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2578:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2587:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2589:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2610:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2619:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2628:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2646:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2654:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2670:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2675:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2697:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2698:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2701:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2703:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2704:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2711:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2742:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2750:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2751:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2757:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2765:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2766:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/getchar.c:2766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2766:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2769:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2779:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2782:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2790:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2792:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2793:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2795:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2810:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2813:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2819:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2820:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2824:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2825:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2826:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2847:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2850:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2853:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/getchar.c:2854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2860:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2885:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2888:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2893:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2896:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2913:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2957:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2959:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2965:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3032:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3047:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3049:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3051:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3053:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3055:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3057:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3059:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3061:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3063:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3065:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3065:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3067:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3069:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3094:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3095:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3101:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:3102:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3117:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3119:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3121:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3124:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3126:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3168:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3170:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3172:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3174:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3179:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3179:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3180:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3182:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3184:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3186:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3186:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3187:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3189:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3198:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:3199:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3209:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3220:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3230:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3232:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3234:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3237:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3244:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3246:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3246:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3251:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3254:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3271:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3273:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3275:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3277:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3279:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3281:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3283:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3285:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3287:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3304:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3312:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3314:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3316:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3318:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3320:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3323:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3325:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3328:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3330:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3333:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3341:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3348:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3358:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3360:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3360:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3361:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3363:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3363:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3365:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3370:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3373:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3432:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3434:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3436:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3438:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3440:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3442:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3444:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3448:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3450:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3457:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3460:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3462:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3466:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3468:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3470:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3470:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3480:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3502:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3504:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3504:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3541:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3544:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3545:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3548:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3549:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3557:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3558:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3564:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3565:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3566:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3566:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3567:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3568:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3582:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3583:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3584:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3584:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3585:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3586:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3589:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3591:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/getchar.c:3594:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3651:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3655:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3658:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3663:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3665:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3667:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3671:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3674:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3680:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3682:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3683:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3684:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3687:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3695:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3723:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3733:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3792:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3802:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:3803:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3814:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3823:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3826:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3828:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3830:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3833:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3835:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3841:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3846:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3847:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3850:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3859:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3920:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3943:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3944:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3945:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3946:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3947:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3948:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3949:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3951:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3958:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3960:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3962:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3964:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3966:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3968:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3970:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3973:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3976:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3977:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3978:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3979:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3980:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3989:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3990:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4012:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4024:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4025:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4048:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4060:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4063:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4081:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4087:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4090:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4102:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:4105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4120:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4124:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4126:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4128:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:4130:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:4132:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:4135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4147:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4149:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4172:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:4189:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:4209:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:4222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4249:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:101:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:101:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:101:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:102:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:102:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:102:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:103:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:103:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:103:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:104:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:104:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:105:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:105:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:105:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:106:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:106:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:106:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:107:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:107:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:107:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:108:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:108:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:108:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:109:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:109:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:109:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:110:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:110:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:110:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:111:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:111:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:112:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:112:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:112:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:113:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:113:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:113:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:114:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:114:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:114:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:116:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/hardcopy.c:153:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:153:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:153:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:154:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:154:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:155:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:155:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:155:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:156:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:156:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:156:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:157:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:157:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:157:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:158:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:158:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:158:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:274:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:283:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:284:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:292:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:295:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:300:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:301:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:304:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:308:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:311:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:321:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:343:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:361:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:363:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:366:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:368:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:372:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:374:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:412:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:420:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:421:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:425:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:426:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:429:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:432:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:432:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:436:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:470:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:471:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:490:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:516:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:517:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:523:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:524:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:528:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:538:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:540:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:547:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:550:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:550:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:554:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:578:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:585:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:590:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:600:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:601:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:602:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:604:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:605:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:606:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:611:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:612:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:613:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:617:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:623:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:624:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:625:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:633:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:642:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:658:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:662:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:664:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:685:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:713:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:717:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:720:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:723:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:726:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:727:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:724:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:733:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:745:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:754:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:756:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:767:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:771:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:779:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:785:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:798:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:802:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:812:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:814:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:829:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:835:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:836:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:838:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:856:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:863:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:867:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:873:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:877:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:879:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:891:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:939:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:939:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:940:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:940:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:941:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:941:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:942:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:942:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:943:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:943:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:944:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:944:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:945:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:945:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:946:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:946:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:947:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:947:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:948:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:948:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:949:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:949:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:950:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:950:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:951:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:951:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:952:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:952:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:966:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:966:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:975:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:975:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:994:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:995:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:996:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:996:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:997:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:998:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:999:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:999:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1000:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1000:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1001:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1001:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1005:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1005:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1006:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1006:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1007:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1007:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1008:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1008:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1009:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1009:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1010:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1010:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1011:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1011:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1012:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1012:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1026:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1026:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1027:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1027:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1028:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1029:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1030:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1030:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1031:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1031:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1032:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1032:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1036:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1036:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1037:  Missing space after ,  [whitespace/comma] [3]
src/nvim/hardcopy.c:1037:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1037:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1038:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1038:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1039:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1039:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1040:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1040:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1041:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1041:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1042:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1042:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1062:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1062:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1063:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1063:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1064:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1066:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1067:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1067:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1068:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1068:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1069:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1069:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1070:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1070:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1071:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1071:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1075:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1075:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1076:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1076:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1077:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1077:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1078:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1078:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1079:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1079:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1080:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1080:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1081:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1081:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1082:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1082:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1083:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1083:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1084:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1084:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1085:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1085:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1086:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1086:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1087:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1087:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1088:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1088:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1099:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1099:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1100:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1100:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1101:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1101:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1102:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1102:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1103:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1103:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1104:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1104:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1105:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1105:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1106:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1106:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1110:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1110:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1111:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1111:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1112:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1112:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1113:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1113:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1114:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1114:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1115:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1115:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1116:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1116:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1206:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1206:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1207:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1208:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/hardcopy.c:1208:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1209:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1210:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/hardcopy.c:1210:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1294:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1322:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1331:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1341:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1343:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1345:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1344:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1346:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1348:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1358:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1361:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1371:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1380:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:1384:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1386:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1405:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1415:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1418:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1428:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1431:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1449:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1473:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1481:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1483:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1487:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1489:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1497:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1498:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:1510:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1512:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1531:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1530:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1550:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1557:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1569:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1573:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1582:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1595:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1610:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1611:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1614:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1615:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1618:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1619:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1620:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1631:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1632:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1637:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1638:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1643:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1661:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1667:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1670:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1672:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1678:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1679:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1684:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1686:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1687:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1693:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1694:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1696:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1697:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1700:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1702:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1703:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1708:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1709:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1711:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1714:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1715:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1717:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1717:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:1719:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1720:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1726:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1727:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1728:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1733:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1734:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1735:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1740:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1741:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1742:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1747:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1758:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1759:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1762:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1765:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:1767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1770:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1771:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1775:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1793:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1801:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1812:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1816:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1823:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/hardcopy.c:1824:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/hardcopy.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1830:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1832:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1833:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1835:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1839:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1848:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1849:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1850:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1854:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:1856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1859:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1862:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1867:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1870:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1872:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1877:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1884:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/hardcopy.c:1887:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1892:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1894:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1897:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1899:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1914:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1922:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1927:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1970:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/hardcopy.c:1989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1992:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1995:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2021:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2040:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/hardcopy.c:2047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2053:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2057:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2060:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/hardcopy.c:2066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2067:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2074:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2078:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2100:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2112:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2119:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2142:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2153:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:2154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2170:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2181:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/hardcopy.c:2194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2201:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2204:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:2210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2227:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2228:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2232:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2255:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2265:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2266:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2278:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2309:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2310:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2314:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2316:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2318:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2346:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2352:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2353:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2354:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2355:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2356:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2357:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2359:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2376:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2385:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2389:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2394:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2403:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2422:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2436:  Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/hardcopy.c:2437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2439:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2450:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2477:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2478:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2479:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2481:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2486:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2493:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2495:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2496:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2497:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2503:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2505:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2507:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2508:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2532:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2537:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2543:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2549:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2550:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2552:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2553:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2564:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2565:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2567:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2575:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2576:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2578:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2579:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2607:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2608:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2617:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2621:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2622:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2637:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2638:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2641:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2642:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2643:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2644:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2647:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2650:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2677:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2680:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2682:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2684:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2686:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2688:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2692:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2694:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2704:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2705:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2708:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2713:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2716:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2717:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2723:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2724:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2727:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2728:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2735:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2739:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2746:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2748:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2784:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2786:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:2817:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2819:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2843:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2852:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2858:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2859:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2860:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2887:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2888:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2889:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2893:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2894:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2895:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2900:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2904:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2906:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2907:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2910:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2912:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2913:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2928:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2930:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2933:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2935:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:2939:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2948:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2950:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:2950:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2955:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2960:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2961:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2962:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2963:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2964:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2966:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2968:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2970:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2976:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3014:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:3020:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:3024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3025:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:3031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3036:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:3046:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:3048:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:3053:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3054:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3058:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3059:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3066:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3067:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3074:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3075:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:36:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/if_cscope.c:37:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/if_cscope.c:39:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/if_cscope.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:99:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:100:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:101:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:128:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:160:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:162:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:164:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:166:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:168:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:181:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/if_cscope.c:182:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/if_cscope.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:197:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/if_cscope.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:216:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:226:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:235:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:246:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:245:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:246:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:249:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:252:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:253:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:256:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:261:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:262:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:263:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:268:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:268:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:269:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:269:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:275:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:274:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:275:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:276:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:276:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:288:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:304:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:308:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:361:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:365:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:368:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:369:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:373:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:374:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:377:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:378:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:381:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:386:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:389:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:394:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:399:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:419:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:423:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:423:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:424:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:434:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:447:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/if_cscope.c:448:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/if_cscope.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:467:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:475:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:484:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:496:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:499:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:500:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:501:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:502:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:506:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:513:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/if_cscope.c:517:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:536:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:573:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:600:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:615:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:615:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:617:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:620:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:620:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:628:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:628:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:630:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:649:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/if_cscope.c:683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:686:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:687:  while should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:692:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:720:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:722:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:724:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:726:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:736:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:738:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:740:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:758:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:790:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:797:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:800:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:803:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/if_cscope.c:804:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/if_cscope.c:807:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/if_cscope.c:808:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/if_cscope.c:811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:822:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:826:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:837:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:839:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:859:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:858:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:904:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:906:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:909:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:911:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:917:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:924:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:925:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:929:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:928:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:986:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:989:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:994:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:994:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:995:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:996:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1002:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1003:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1009:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1013:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1022:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1025:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1036:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1040:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1044:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1055:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1057:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1057:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1060:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1064:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1067:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1073:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1073:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1074:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1087:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1094:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1096:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1097:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1103:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1121:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1124:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1125:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1126:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1127:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1130:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1133:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1134:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1135:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1136:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1141:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1171:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1195:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1201:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1205:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1206:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:1211:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1212:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:1218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1232:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1238:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1238:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1243:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1262:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1273:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1275:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1278:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1286:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1292:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1298:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1323:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1325:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1370:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1375:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1413:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1421:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1431:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1467:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1477:  while should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1478:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/if_cscope.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1488:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1488:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1490:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1490:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1492:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1492:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1501:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1523:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1527:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1528:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1533:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1533:  Missing spaces around ==  [whitespace/operators] [3]
src/nvim/if_cscope.c:1534:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1535:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1536:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1538:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1540:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1548:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1579:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1583:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1584:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1592:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1594:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1594:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:1599:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1603:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1624:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1628:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1629:  while should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1630:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1641:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1650:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/if_cscope.c:1654:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1655:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1660:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1678:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1680:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1680:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1682:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1682:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1684:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1684:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1686:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1697:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1702:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1704:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1716:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1719:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1731:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1736:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1767:  while should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1798:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1802:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1804:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1806:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1817:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1886:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1916:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1922:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1933:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1939:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1941:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1964:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1976:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1977:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2001:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2029:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2031:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:2032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2036:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:2037:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:2041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2049:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2053:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:2063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2070:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2072:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:2072:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:2077:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2080:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2082:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:2083:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:2085:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:2089:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:2091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2101:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:464:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:478:  if should always use braces  [readability/braces] [5]
src/nvim/indent.c:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:485:  if should always use braces  [readability/braces] [5]
src/nvim/indent.c:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:489:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent.c:708:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:40:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:51:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:59:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:61:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:86:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:103:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:106:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:114:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:116:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:119:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:141:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:146:  while should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:155:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:157:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:160:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:167:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:171:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:172:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:173:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:178:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:184:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:243:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:250:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:252:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:287:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:304:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:304:  Missing space before {  [whitespace/braces] [5]
src/nvim/indent_c.c:305:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:325:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:326:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:328:  while should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:349:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:350:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:351:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:352:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:355:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:375:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:379:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:381:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:385:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:385:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:387:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:389:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:390:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:393:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:404:  Missing space after {  [whitespace/braces] [5]
src/nvim/indent_c.c:404:  Missing space before }  [whitespace/braces] [5]
src/nvim/indent_c.c:408:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:422:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:426:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:427:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:429:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:430:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:432:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:438:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/indent_c.c:439:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:449:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:451:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:452:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:454:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:456:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:457:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:458:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:460:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:461:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:462:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:463:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:466:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:469:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:470:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:471:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:492:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:494:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:496:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:498:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:512:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:519:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:524:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:525:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:528:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:531:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:546:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:548:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:548:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:550:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:553:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:556:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:565:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/indent_c.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:566:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:577:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:602:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:605:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:638:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:640:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:642:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:645:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:651:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:652:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/indent_c.c:653:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:681:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:687:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:689:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:692:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:696:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:699:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:713:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:714:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:715:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:727:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:731:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:735:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:738:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:742:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:773:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:781:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:785:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:788:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:794:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:796:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:800:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:801:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:803:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:807:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:827:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:829:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:831:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:833:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:839:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:840:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:846:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:847:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:850:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:852:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:855:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:856:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:867:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:868:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:879:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:882:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:885:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:892:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:893:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:895:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:895:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:897:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:902:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:915:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:930:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/indent_c.c:931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:931:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:941:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:952:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:953:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:955:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:971:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:973:  while should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:977:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:982:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:987:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1017:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1018:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1033:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1037:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1046:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1049:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1084:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1085:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1087:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1088:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1090:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1108:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1112:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1115:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1118:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1128:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1133:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1137:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1139:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1143:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1152:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1156:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1157:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1159:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1161:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1169:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1170:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1173:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1180:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1212:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1215:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1222:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1242:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1244:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1245:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1247:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1250:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1274:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1276:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1276:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1290:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:1291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1291:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:1294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1306:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/indent_c.c:1306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1306:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/indent_c.c:1307:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1308:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1310:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1352:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1398:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1410:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1418:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1420:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1421:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1423:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1423:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1425:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1570:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1579:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1581:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1586:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1588:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1588:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1590:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1595:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1637:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1689:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1702:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1717:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1760:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1769:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1788:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1803:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1805:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1807:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1810:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:1814:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1830:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1837:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1839:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1840:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1844:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1850:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1852:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1864:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1866:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1869:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1879:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1880:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/indent_c.c:1881:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1883:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1883:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1893:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1902:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1907:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1915:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1924:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1925:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1926:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1930:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1934:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1951:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1953:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1965:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/indent_c.c:1968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1971:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2028:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2029:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:2042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2074:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2076:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2076:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2078:  while should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2080:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2082:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2093:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2103:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2123:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2125:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2125:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2146:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2152:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2175:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2177:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2193:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2194:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2194:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2195:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2195:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2228:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2230:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2255:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:2257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2258:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/indent_c.c:2259:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:2261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2265:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2270:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2275:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2277:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2284:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2286:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:2289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2327:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2329:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2350:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2353:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2356:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2372:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2378:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2382:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2392:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2396:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2411:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2413:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2416:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2418:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2436:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2439:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2456:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2466:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2489:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2493:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2498:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2508:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2510:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2521:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:2522:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2548:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2551:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2566:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2568:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2609:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2620:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2628:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2635:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2637:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2644:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2652:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2652:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:2654:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2669:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2672:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/indent_c.c:2715:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2715:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2716:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2716:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2731:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2744:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2761:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2794:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2820:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2822:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2841:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2858:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2873:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2877:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2889:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:2889:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2899:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2911:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2920:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2981:  Extra space after ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:2992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2996:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:2997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3006:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3008:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3016:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3028:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:3028:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:3029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3064:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3066:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3081:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3089:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:3089:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:3090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3102:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/indent_c.c:3102:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/indent_c.c:3103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:3118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3128:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:3130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3136:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3140:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3156:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3174:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3186:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3190:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3219:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3220:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3221:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3222:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3223:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3224:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3225:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3225:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3268:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3271:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3290:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3303:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3311:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3313:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3322:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3330:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3339:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3361:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3362:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/indent_c.c:3365:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3391:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3406:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3413:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3426:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3428:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3434:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3444:  Small and focused functions are preferred: get_c_indent() has 1006 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/indent_c.c:3455:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3458:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3481:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3489:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3497:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3508:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3525:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3530:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3535:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3555:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3557:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:30:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/keymap.c:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:31:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/keymap.c:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:35:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:35:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:36:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:36:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:37:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:37:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:38:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:38:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:39:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:39:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:40:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:40:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:41:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:41:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:43:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:43:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:44:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:44:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:55:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/keymap.c:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:61:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/keymap.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:62:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/keymap.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:148:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:148:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:149:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:149:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:150:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:150:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:151:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:151:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:152:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:152:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:153:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:153:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:154:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:154:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:155:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:155:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:156:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:156:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:157:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:157:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:158:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:158:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:159:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:159:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:160:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:160:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:161:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:161:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:162:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:162:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:163:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:163:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:164:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:164:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:165:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:165:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:166:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:166:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:167:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:167:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:168:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:168:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:169:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:169:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:170:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:170:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:171:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:171:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:172:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:172:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:173:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:173:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:174:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:174:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:175:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:175:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:177:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:177:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:178:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:178:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:179:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:179:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:180:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:180:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:181:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:181:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:182:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:182:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:183:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:183:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:184:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:184:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:185:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:185:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:186:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:186:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:188:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:188:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:189:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:189:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:190:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:190:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:191:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:191:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:192:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:192:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:193:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:193:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:194:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:194:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:195:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:195:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:196:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:196:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:197:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:197:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:199:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:199:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:200:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:200:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:201:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:201:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:202:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:202:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:203:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:203:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:204:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:204:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:205:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:205:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:206:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:206:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:207:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:207:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:208:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:208:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:210:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:210:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:211:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:211:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:212:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:212:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:213:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:213:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:214:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:214:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:215:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:215:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:216:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:216:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:218:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:218:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:219:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:219:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:220:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:220:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:221:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:221:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:223:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:223:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:224:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:224:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:225:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:225:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:226:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:226:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:227:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:227:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:228:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:228:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:229:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:229:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:230:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:230:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:231:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:231:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:232:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:232:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:233:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:233:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:234:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:234:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:235:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:235:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:236:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:236:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:237:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:237:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:238:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:238:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:239:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:239:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:241:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:241:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:242:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:242:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:243:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:243:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:244:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:244:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:245:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:245:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:246:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:246:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:248:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:248:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:249:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:249:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:250:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:250:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:251:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:251:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:252:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:252:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:253:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:253:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:254:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:254:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:255:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:255:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:256:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:256:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:257:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:257:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:259:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:259:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:261:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:261:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:262:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:262:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:263:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:263:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:264:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:264:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:265:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:265:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:266:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:266:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:267:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:267:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:268:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:268:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:269:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:269:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:270:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:270:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:271:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:271:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:272:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:272:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:273:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:273:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:274:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:274:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:275:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:275:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:276:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:276:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:277:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/keymap.c:277:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:277:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:278:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:278:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:279:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:279:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:280:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:280:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:281:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:281:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:282:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:282:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:283:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:283:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:284:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:284:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:285:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:285:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:286:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:286:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:287:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:287:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:288:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:288:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:289:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:289:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:290:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:290:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:291:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:291:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:292:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:292:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:302:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:302:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:302:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:303:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:303:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:303:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:304:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:304:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:304:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:305:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:305:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:305:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:306:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:306:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:307:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:307:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:307:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:308:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:308:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:308:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:309:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:309:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:309:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:310:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:310:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:310:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:311:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:311:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:311:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:312:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:312:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:313:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:313:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:313:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:314:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:314:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:314:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:315:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:315:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:315:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:316:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:316:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:318:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:318:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:318:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:320:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:320:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:320:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:321:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:321:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:333:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:334:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:357:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:363:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/keymap.c:369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:411:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:419:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:421:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/keymap.c:424:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/keymap.c:429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:454:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:469:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/keymap.c:469:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/keymap.c:470:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:472:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:474:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:474:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/keymap.c:476:  while should always use braces  [readability/braces] [5]
src/nvim/keymap.c:480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:495:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/keymap.c:496:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/keymap.c:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:507:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:521:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/keymap.c:523:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:528:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/keymap.c:534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:539:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/keymap.c:540:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/keymap.c:543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:543:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/keymap.c:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:558:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:567:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:569:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:571:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:575:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:577:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:578:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:592:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:605:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:611:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:613:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:615:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:617:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:617:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/keymap.c:619:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:637:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:639:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:689:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:690:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:692:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:711:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:712:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:714:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:729:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:739:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/keymap.c:754:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/keymap.c:807:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/keymap.c:814:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/log.c:54:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:223:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/main.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:250:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:255:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:264:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:271:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:284:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:285:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:294:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:295:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:297:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:304:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:349:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:362:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:366:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:367:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:368:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:380:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:395:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:396:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:397:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:406:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:416:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:429:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:431:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:431:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:436:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:449:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:452:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:460:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:473:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:480:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:489:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:494:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:498:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:499:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:501:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:514:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:538:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:543:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:565:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:565:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:578:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:578:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:579:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:583:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:591:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:592:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:597:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:599:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:600:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:610:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:678:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:692:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:695:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:697:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:703:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/main.c:704:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:710:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:720:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:751:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:753:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:754:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:755:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:756:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:759:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:762:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:764:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:766:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:798:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:806:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:807:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:811:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:813:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:821:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:829:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:861:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:867:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:868:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:872:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:873:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:883:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:884:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:885:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:886:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:896:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:897:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:900:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:903:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:904:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:909:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:914:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:919:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:920:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:926:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:930:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:933:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/main.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:936:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:949:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:963:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:967:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:975:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:980:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:984:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:994:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/main.c:995:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1005:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1061:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1064:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1071:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/main.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1078:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/main.c:1078:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:1079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1082:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1094:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1094:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1106:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1108:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1110:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1110:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/main.c:1111:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/main.c:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1130:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/main.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1158:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1202:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1204:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1216:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1228:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1232:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1254:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1273:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1274:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/main.c:1293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1302:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1304:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1305:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1324:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1326:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1331:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1338:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1340:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:1342:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:1345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1346:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1348:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1359:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1362:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1364:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:1367:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1371:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1375:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1379:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1383:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1386:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1391:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1397:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1400:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1402:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1410:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1412:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:1420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1428:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1439:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1440:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1448:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1449:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1455:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1459:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1464:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1472:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1475:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1480:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1483:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1484:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1486:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1487:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1497:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1515:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1532:  for should always use braces  [readability/braces] [5]
src/nvim/main.c:1540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1552:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1553:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1559:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1564:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1567:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1568:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1571:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1572:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1626:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1654:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1657:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1657:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1676:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1785:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1788:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1799:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1808:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1812:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1819:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1827:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1829:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1832:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1833:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1834:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1835:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1836:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1837:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1838:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1839:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1840:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1841:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1855:  if should always use braces  [readability/braces] [5]
src/nvim/map.c:32:  Missing space after {  [whitespace/braces] [5]
src/nvim/map.c:32:  Missing space before }  [whitespace/braces] [5]
src/nvim/map.c:119:  Missing space after {  [whitespace/braces] [5]
src/nvim/map.c:119:  Missing space before }  [whitespace/braces] [5]
src/nvim/mark.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:94:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:102:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:124:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:126:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:128:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:134:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/mark.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:134:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:160:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:205:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:209:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:221:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:228:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:236:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:237:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:237:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:242:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:255:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:260:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:264:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:267:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:304:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/mark.c:328:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:328:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:339:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/mark.c:346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:349:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:351:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:359:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:361:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:368:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:370:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:378:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:380:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:387:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:393:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:394:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/mark.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:408:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/mark.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:424:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:426:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:432:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:436:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:464:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/mark.c:470:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:492:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:495:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:529:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:570:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:572:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:584:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:593:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:609:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:613:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:616:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:618:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:622:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:623:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:624:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:638:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/mark.c:639:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/mark.c:644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:647:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:648:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:651:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:652:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:653:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:653:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:654:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:661:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/mark.c:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:667:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/mark.c:671:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/mark.c:675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/mark.c:679:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:699:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:702:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:704:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:706:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:706:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:724:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:742:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:772:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:775:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:784:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:785:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:787:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:788:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:783:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/mark.c:791:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:792:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:798:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:816:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:819:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:820:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:821:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:822:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:823:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:818:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/mark.c:832:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:839:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:841:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:843:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:843:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/mark.c:846:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:854:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:856:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:858:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:858:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/mark.c:861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:883:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:894:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:905:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:910:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:934:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1014:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1018:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1020:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:1020:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/mark.c:1025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1030:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/mark.c:1036:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1042:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1046:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1057:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1111:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1113:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:1114:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1132:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1146:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1169:  Missing space after {  [whitespace/braces] [5]
src/nvim/mark.c:1169:  Missing space before }  [whitespace/braces] [5]
src/nvim/mark.c:1370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:121:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:122:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:123:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:124:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:125:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:126:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:127:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:128:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:136:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:137:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:138:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:139:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:140:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:141:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:142:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:143:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:155:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:155:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:157:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:157:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:159:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:159:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:161:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:161:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:163:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:163:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:165:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:165:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:167:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:167:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:169:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:169:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:171:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:171:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:173:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:173:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:175:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:175:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:177:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:177:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:179:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:179:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:181:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:181:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:183:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:183:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:185:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:185:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:187:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:187:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:189:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:189:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:191:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:191:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:193:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:193:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:195:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:195:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:197:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:197:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:199:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:199:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:203:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:203:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:205:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:205:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:207:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:207:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:209:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:209:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:211:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:211:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:213:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:213:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:215:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:215:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:221:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:221:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:223:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:223:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:225:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:225:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:227:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:227:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:229:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:229:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:231:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:231:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:233:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:233:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:235:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:235:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:237:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:237:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:239:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:239:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:241:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:241:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:243:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:243:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:245:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:245:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:247:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:247:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:249:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:249:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:251:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:251:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:253:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:253:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:255:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:255:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:257:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:257:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:259:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:259:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:261:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:261:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:264:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:264:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:266:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:266:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:268:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:268:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:270:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:270:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:272:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:272:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:274:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:274:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:277:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:277:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:279:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:279:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:290:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:290:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:291:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:291:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:292:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:292:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:293:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:293:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:294:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:294:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:295:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:295:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:296:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:296:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:297:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:297:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:298:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:298:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:299:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:299:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:300:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:300:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:301:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:301:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:302:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:302:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:303:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:303:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:304:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:304:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:305:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:305:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:306:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:306:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:307:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:307:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:308:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:308:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:309:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:309:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:310:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:310:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:311:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:311:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:312:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:312:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:313:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:313:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:314:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:314:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:315:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:315:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:316:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:316:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:317:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:317:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:318:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:318:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:319:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:319:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:320:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:320:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:321:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:321:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:322:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:322:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:323:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:323:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:324:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:324:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:325:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:325:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:326:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:326:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:327:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:327:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:328:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:328:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:329:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:329:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:330:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:330:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:331:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:331:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:332:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:332:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:333:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:333:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:334:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:334:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:335:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:335:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:336:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:336:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:337:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:337:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:338:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:338:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:339:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:339:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:340:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:340:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:341:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:341:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:342:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:342:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:343:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:343:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:344:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:344:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:345:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:345:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:346:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:346:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:347:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:347:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:348:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:348:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:349:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:349:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:350:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:350:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:351:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:351:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:362:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:363:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:379:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:381:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:383:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:415:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:419:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:431:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:433:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:435:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:445:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:458:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:518:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:520:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:522:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:522:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:524:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:526:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:526:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:539:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:541:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:551:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:553:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:575:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:581:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mbyte.c:583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:603:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:605:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:608:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:610:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:611:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:613:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:628:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:630:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:651:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:653:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:657:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:659:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:756:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:760:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:763:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:763:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/mbyte.c:766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:785:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:787:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:819:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:842:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:867:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:880:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:889:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:891:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:895:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:908:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:916:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:918:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:920:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:943:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:945:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:948:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:950:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:955:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/mbyte.c:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:958:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/mbyte.c:958:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:982:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:985:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:996:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1017:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1021:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1024:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1035:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1054:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1089:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1094:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1115:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1130:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1135:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1138:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1142:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1146:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1150:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1182:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1238:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1240:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1255:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1257:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1285:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1288:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1293:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1322:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1325:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1332:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1352:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1370:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1373:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1374:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1404:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1406:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1408:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1410:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1411:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1426:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1428:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1435:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1444:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1464:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1466:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1473:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1484:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1492:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1495:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1511:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1513:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1515:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1517:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1519:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1597:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1597:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1598:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1598:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1599:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1599:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1621:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1621:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1622:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1622:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1623:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1623:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1624:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1624:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1625:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1625:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1626:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1626:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1627:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1627:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1628:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1628:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1629:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1629:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1630:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1630:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1631:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1631:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1632:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1632:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1633:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1633:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1634:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1634:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1635:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1635:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1636:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1636:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1637:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1637:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1638:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1638:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1639:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1639:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1640:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1640:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1641:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1641:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1642:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1642:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1643:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1643:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1644:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1644:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1645:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1645:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1646:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1646:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1647:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1647:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1648:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1648:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1649:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1649:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1650:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1650:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1651:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1651:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1652:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1652:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1653:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1653:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1654:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1654:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1655:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1655:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1656:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1656:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1657:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1657:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1658:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1658:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1659:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1659:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1660:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1660:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1661:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1661:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1662:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1662:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1663:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1663:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1664:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1664:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1665:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1665:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1666:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1666:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1667:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1667:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1668:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1668:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1669:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1669:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1670:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1670:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1671:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1671:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1672:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1672:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1673:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1673:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1674:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1674:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1675:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1675:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1676:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1676:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1677:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1677:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1678:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1678:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1679:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1679:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1680:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1680:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1681:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1681:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1682:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1682:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1683:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1683:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1684:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1684:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1685:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1685:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1686:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1686:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1687:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1687:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1695:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1697:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1705:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1707:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1709:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1738:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1740:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1743:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1748:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1768:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1773:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1778:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1798:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1803:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1808:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1829:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1832:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1836:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1844:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1866:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1875:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1877:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1880:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1903:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1911:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1916:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1919:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1969:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:1968:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/mbyte.c:1969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1972:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2018:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2033:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/mbyte.c:2033:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2046:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2058:  while should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2063:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2066:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2070:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2078:  while should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2080:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2112:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2116:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2117:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/mbyte.c:2119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2120:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2121:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2123:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2143:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2148:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2149:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/mbyte.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2151:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2152:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2154:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2161:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2193:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2203:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2204:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2206:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2219:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2253:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2254:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mbyte.c:2256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2258:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2272:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mbyte.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2274:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2288:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2291:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2305:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2335:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2336:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2337:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2340:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2341:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2343:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2355:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2369:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2380:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2384:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2385:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2384:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2385:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2384:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2396:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2398:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2424:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2426:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2435:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2451:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2456:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2474:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2475:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2496:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2500:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2528:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/mbyte.c:2533:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2537:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2539:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2567:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2572:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2593:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2628:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2655:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/mbyte.c:2656:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2657:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2657:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2662:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2664:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2666:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2666:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2668:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2683:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2711:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2721:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2724:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2727:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2728:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mbyte.c:2729:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2728:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mbyte.c:2731:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2736:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2740:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2752:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2755:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2757:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2765:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2777:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2794:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2796:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2836:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2844:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2850:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2852:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2854:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2856:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2875:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2875:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2886:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2918:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2920:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2922:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2931:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2933:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2933:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2939:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2961:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2971:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2973:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2989:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3009:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3011:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:3016:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3024:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3041:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3043:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3051:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3053:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:152:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:176:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:196:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:204:  while should always use braces  [readability/braces] [5]
src/nvim/memfile.c:219:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:225:  for should always use braces  [readability/braces] [5]
src/nvim/memfile.c:231:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:332:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:338:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:378:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:386:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:436:  for should always use braces  [readability/braces] [5]
src/nvim/memfile.c:441:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:444:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:449:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:454:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:460:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:479:  for should always use braces  [readability/braces] [5]
src/nvim/memfile.c:480:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:509:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:511:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memfile.c:520:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:522:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memfile.c:525:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:527:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memfile.c:551:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:580:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:584:  for should always use braces  [readability/braces] [5]
src/nvim/memfile.c:585:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:587:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:592:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:619:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:684:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:722:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:725:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:726:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:750:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:752:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memfile.c:760:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:766:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:768:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:770:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:785:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:796:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:845:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:920:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:951:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:960:  for should always use braces  [readability/braces] [5]
src/nvim/memfile.c:975:  while should always use braces  [readability/braces] [5]
src/nvim/memfile.c:986:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1002:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1005:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memfile.c:1008:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1025:  while should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1055:  for should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1056:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1060:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/memline.c:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:75:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/memline.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:105:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:105:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:122:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:140:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:181:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/memline.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:281:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:304:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/memline.c:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:328:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:334:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:351:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:367:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:404:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:409:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:411:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:417:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:428:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:449:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:454:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:492:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:504:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:511:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:513:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:535:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:536:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:548:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:549:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:553:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:563:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:566:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:601:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:642:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:645:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:647:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:648:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:650:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:663:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:665:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:665:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:676:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:676:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:717:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:719:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:732:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:734:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:734:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:775:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:780:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:789:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:797:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:800:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:803:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:808:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:810:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:812:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:815:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:816:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:820:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:822:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:826:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:848:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:849:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/memline.c:853:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:875:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:876:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:875:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:885:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:898:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:920:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:921:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:925:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:927:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:944:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:944:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:948:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:951:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:953:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:954:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:968:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:968:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:979:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:980:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/memline.c:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:991:  while should always use braces  [readability/braces] [5]
src/nvim/memline.c:992:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:998:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1000:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1003:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1009:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1021:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1022:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1023:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1024:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1026:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1028:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1041:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1041:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1047:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1052:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1052:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1058:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1058:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1069:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1070:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1071:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1072:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1073:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1079:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1079:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1104:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1109:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1109:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1115:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1122:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1123:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1122:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1123:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1125:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1138:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1140:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1139:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1140:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1142:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1151:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1153:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1155:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1157:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1157:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1162:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1206:  while should always use braces  [readability/braces] [5]
src/nvim/memline.c:1208:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1211:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1212:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1214:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1218:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:1218:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1226:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:1228:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1237:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1239:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1243:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/memline.c:1247:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1248:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1249:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1249:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1250:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1251:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1266:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:1267:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1270:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1292:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1294:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1327:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1328:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1331:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1334:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1335:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1340:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1340:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/memline.c:1340:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/memline.c:1341:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1344:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1346:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1351:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1353:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1354:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1363:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1380:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1381:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1386:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1388:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1389:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1402:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1404:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1421:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1424:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1427:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1429:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1452:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1486:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1490:  Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/memline.c:1491:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1493:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1511:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1513:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1525:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1527:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1538:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1547:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1550:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1565:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1566:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1572:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1576:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1579:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1581:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1583:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1599:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1615:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1616:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1617:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1622:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1623:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1648:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1655:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1689:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1697:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1699:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1719:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1727:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1737:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1760:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1763:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1799:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1826:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:1827:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1830:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1835:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1835:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1838:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1840:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1847:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:1848:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1852:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1856:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1859:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1861:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1864:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:1865:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1889:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1892:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1895:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1907:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1908:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1913:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1915:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1938:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1968:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1970:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1973:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1974:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1975:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1978:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1985:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1992:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2031:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2035:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2036:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2038:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2038:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:2043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2043:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2046:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2079:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2083:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2095:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2096:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2104:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2118:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2121:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2130:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2132:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2144:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2146:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2166:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2180:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2182:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2183:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2192:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2194:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2223:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2227:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2256:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2257:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2263:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2275:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2284:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2287:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2326:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2330:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2330:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2336:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2338:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2376:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2379:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2386:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2390:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2402:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2405:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2417:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2419:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2440:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2449:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2451:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2451:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:2452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2452:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2454:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2476:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2482:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2507:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2511:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2519:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2537:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2550:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2555:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2578:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2590:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2595:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2624:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2626:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2631:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2633:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2639:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2641:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2641:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:2646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2646:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2648:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2662:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2663:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2666:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2689:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2691:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2696:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2788:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2795:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2799:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2814:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:2818:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2819:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:2820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2820:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:2821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2827:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2833:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2835:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2861:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2880:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2888:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2890:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2892:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2901:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2914:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2916:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2964:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2992:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3011:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3029:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3031:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3031:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:3035:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3046:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3054:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:3063:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:3063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3063:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/memline.c:3063:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/memline.c:3063:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/memline.c:3065:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:3066:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3075:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3081:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3082:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3103:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:3105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3115:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3117:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3118:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3119:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3120:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3120:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:3123:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3125:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3129:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3139:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:3140:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:3141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3161:  Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/memline.c:3162:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3164:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3166:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3172:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:3172:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/memline.c:3186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3205:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3269:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3288:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3305:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3328:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3329:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3339:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3340:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3349:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3354:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3361:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3371:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3386:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3387:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3391:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3392:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3395:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3397:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3396:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:3397:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3400:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3413:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3428:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3433:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3435:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:3438:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3440:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3442:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/memline.c:3447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3487:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/memline.c:3491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3540:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:3541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3569:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3576:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3577:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3578:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3585:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3586:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3587:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3631:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3672:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3701:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3702:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3714:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3752:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3754:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3797:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3799:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3820:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3835:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3836:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3837:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3872:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3877:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3879:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3881:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3898:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3904:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3911:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3913:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3917:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3919:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3926:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3938:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3940:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3942:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3946:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3955:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3979:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3990:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3995:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:1:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/memory.c:36:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:293:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memory.c:317:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memory.c:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:488:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:497:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:499:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:571:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:573:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memory.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:594:  for should always use braces  [readability/braces] [5]
src/nvim/memory.c:595:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:39:  Missing space after {  [whitespace/braces] [5]
src/nvim/menu.c:39:  Missing space before }  [whitespace/braces] [5]
src/nvim/menu.c:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:50:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/menu.c:51:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/menu.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:67:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/menu.c:67:  Multi-line string ("...") found.  This lint script doesn't do well with such strings, and may give bogus warnings.  Use C++11 raw strings or concatenation instead.  [readability/multiline_string] [5]
src/nvim/menu.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:67:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:98:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:111:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:112:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:117:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:119:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:126:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:128:  while should always use braces  [readability/braces] [5]
src/nvim/menu.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:136:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:177:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:181:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:193:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:200:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:203:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:209:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:218:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:220:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:221:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:226:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/menu.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:232:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:248:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/menu.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:254:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/menu.c:255:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/menu.c:258:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/menu.c:257:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/menu.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:295:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:310:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:316:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:391:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:402:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:435:  Extra space before )  [whitespace/parens] [2]
src/nvim/menu.c:437:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:439:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:439:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:451:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:467:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:469:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:471:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:472:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/menu.c:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:473:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:485:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/menu.c:489:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:503:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:506:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:508:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:516:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:534:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/menu.c:535:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/menu.c:539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:546:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:556:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:561:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:564:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:574:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:580:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:582:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:584:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:586:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:591:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:600:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:634:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:637:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/menu.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:648:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:649:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:651:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:715:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:720:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:722:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:733:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:736:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:738:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:741:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:743:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:745:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:747:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:749:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:751:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:753:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:756:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:758:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:759:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:765:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:769:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:770:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:786:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/menu.c:799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:800:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:801:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:805:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:808:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:811:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:815:  while should always use braces  [readability/braces] [5]
src/nvim/menu.c:821:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:823:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:830:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:839:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:880:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:893:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:897:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:901:  while should always use braces  [readability/braces] [5]
src/nvim/menu.c:906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:906:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:909:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:910:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:912:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:912:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:914:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:915:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:917:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/menu.c:920:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:939:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:943:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:947:  while should always use braces  [readability/braces] [5]
src/nvim/menu.c:949:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:950:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:951:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:948:  Extra space after (  [whitespace/parens] [2]
src/nvim/menu.c:949:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:950:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:951:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:951:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/menu.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:954:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:959:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:961:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:961:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:963:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:964:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:971:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:973:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:973:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:975:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:976:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:979:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:982:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1003:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1007:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1018:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1021:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:1029:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:1030:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1044:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/menu.c:1045:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/menu.c:1047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1089:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1091:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:1096:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1098:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1141:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1145:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:1148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1152:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1154:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1241:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1294:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:1295:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:1302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1304:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1314:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1316:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:1317:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:1319:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:1319:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:1320:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:1324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1352:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1370:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1372:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:1372:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:1389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1395:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1440:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:1441:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1454:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1456:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:1462:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:57:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:75:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:120:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:131:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:143:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:154:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:162:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:163:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:168:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:177:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:182:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:183:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:190:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:204:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:217:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:220:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:224:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:228:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:231:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:264:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:268:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:270:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:293:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:293:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/message.c:295:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:301:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:309:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:367:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:369:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:371:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:386:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:408:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:439:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:441:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:455:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:459:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:460:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:475:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:479:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:480:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:482:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:490:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:500:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:501:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:502:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:503:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:528:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:535:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:538:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:540:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:542:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:545:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:548:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:549:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/message.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:549:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:551:  Use operator && instead of and  [readability/alt_tokens] [2]
src/nvim/message.c:554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:562:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:583:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:594:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:605:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:627:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:629:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:631:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:653:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:669:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:675:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:679:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:684:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:691:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:696:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:699:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:712:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:734:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:737:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:742:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:743:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:746:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:755:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:756:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:778:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:778:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:783:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:792:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:794:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:796:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:801:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:805:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:806:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:810:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:821:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:822:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:841:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:844:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:845:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:861:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:864:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:864:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:865:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:873:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:874:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:879:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:898:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/message.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:903:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:906:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:910:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/message.c:910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:910:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:914:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:921:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:923:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:924:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:936:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:937:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:950:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:962:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:963:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:965:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:969:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:980:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:984:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:993:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1003:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1014:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1015:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1018:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1021:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1025:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1035:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1062:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:1085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1139:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1147:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1152:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1156:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1159:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1159:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1162:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1164:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1176:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1178:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1182:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1188:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1201:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:1202:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1206:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:1211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1226:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1243:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1248:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1249:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1260:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:1262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1269:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:1275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1281:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:1283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1290:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1298:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1312:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1315:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1316:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1332:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1337:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1353:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1354:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1375:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1376:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1381:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:1385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1387:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1393:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1395:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1450:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1467:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1470:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1471:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1555:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1570:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1571:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1572:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1581:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1583:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1584:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1603:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1611:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1612:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1613:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1614:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1615:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1618:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/message.c:1619:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1620:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1627:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1613:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1614:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1615:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1618:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/message.c:1627:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1622:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:1627:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/message.c:1628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1633:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1638:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1645:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1653:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1659:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1661:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1662:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1665:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1667:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1670:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1671:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1673:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1674:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1681:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1685:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1687:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1693:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1701:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/message.c:1702:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1707:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1709:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1712:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1713:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1715:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1717:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1722:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1733:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1746:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1747:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1748:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1749:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/message.c:1750:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1752:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1756:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1766:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1768:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1769:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1795:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1797:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1797:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1801:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1813:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1819:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:1820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1831:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1851:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1852:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1863:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1895:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1906:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:1911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1916:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1917:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1933:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1935:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1936:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1949:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1955:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1984:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1988:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1990:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1996:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1998:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2001:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2003:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2008:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2009:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/message.c:2012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2024:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2033:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:2040:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2041:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2049:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2105:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2113:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2115:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2116:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2124:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2131:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2133:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2135:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2139:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:2144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2146:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2149:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2151:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2156:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2176:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2185:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2186:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2204:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2239:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2248:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2257:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2294:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2316:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2318:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2319:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2329:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2341:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2356:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2400:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2401:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2404:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2414:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2415:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2429:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2433:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2440:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2441:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2442:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2444:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2446:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2452:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2453:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2454:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2459:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2460:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2462:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2464:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2466:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2468:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2473:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2482:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/message.c:2485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2491:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2501:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2502:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2511:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2513:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2515:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2524:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2526:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2539:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2550:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2568:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2577:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2579:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2581:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2583:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2584:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2599:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2601:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2602:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:2604:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2605:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:2609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2628:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:2635:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:2637:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:2634:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/message.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2636:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/message.c:2636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2636:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2636:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2647:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2689:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2692:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2696:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2720:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:2723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2739:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2741:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2793:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2794:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2795:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2821:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2824:  Missing space after {  [whitespace/braces] [5]
src/nvim/message.c:2824:  Missing space before }  [whitespace/braces] [5]
src/nvim/message.c:2840:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2842:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2852:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2873:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2895:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2899:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2903:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2922:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2929:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2930:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2931:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2932:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2932:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2940:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2941:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2942:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2942:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2949:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2952:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2953:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2954:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2955:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2955:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2975:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2977:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2979:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2979:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2982:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2997:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2999:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2999:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:3006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:3014:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3016:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3016:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:3018:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3020:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3022:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:3063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:3070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:3078:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3080:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3106:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3179:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3181:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3181:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:3190:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:3202:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3204:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3204:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:3213:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:3223:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/message.c:3267:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/message.c:3270:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3272:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3272:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:3281:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3286:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:3316:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/message.c:3317:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/message.c:3328:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3337:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3339:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3344:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3346:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3351:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/message.c:3352:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3354:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3365:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3371:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3375:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/message.c:3376:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/message.c:3377:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3382:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3393:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3397:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3402:  Mismatching spaces inside () in if  [whitespace/parens] [5]
src/nvim/message.c:3410:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3421:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3422:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/message.c:3423:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3426:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:3431:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3432:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3433:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3437:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3439:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3441:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3448:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3450:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3452:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3454:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3461:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3464:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3488:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3495:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3510:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:3517:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3519:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3521:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:3526:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/message.c:3535:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3537:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3539:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3543:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3550:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3552:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3552:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:3572:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3605:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3611:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3702:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:82:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:83:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:98:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:99:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:110:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/misc1.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:132:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:134:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:148:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:170:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:178:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:179:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:191:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:192:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:209:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:211:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:219:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/misc1.c:220:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/misc1.c:221:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:225:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:226:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:227:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:239:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:260:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:268:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:270:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:294:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:295:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:302:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/misc1.c:304:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:312:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/misc1.c:313:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/misc1.c:314:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:318:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:319:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:320:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:321:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:324:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:326:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:330:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:331:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:332:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:333:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:337:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:338:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:340:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:348:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:349:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:350:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:358:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:369:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:385:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:392:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:393:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:400:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:406:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:414:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:436:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:442:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:462:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:464:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:466:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/misc1.c:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:471:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:475:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:480:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:491:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:493:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:493:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:503:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:516:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:518:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:520:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:525:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:527:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/misc1.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:544:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:546:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:550:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:564:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:567:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:577:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:583:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:588:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:597:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:615:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:625:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:628:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:634:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:642:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:650:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:676:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:687:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:687:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:687:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/misc1.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:710:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:717:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:723:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:724:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:730:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:751:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:753:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:757:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:760:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:760:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:766:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:779:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:782:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:792:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:805:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:806:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:816:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:817:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:820:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:821:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:828:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:829:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:839:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:841:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:845:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:846:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:849:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:851:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:852:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:853:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:863:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:877:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:898:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:899:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:898:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:899:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:904:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:917:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:927:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:934:  Small and focused functions are preferred: () has 565 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/misc1.c:936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:946:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:950:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:960:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:970:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:974:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:979:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:985:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:992:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:996:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1004:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1006:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1009:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1010:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/misc1.c:1011:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1016:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1032:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1037:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1039:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1046:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1049:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1053:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1059:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1062:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1066:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1067:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1100:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1110:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/misc1.c:1110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1124:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1126:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1129:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1130:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/misc1.c:1131:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1146:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1148:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1163:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1174:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1182:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1186:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1189:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1197:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1212:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1215:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1216:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1229:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1232:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1233:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1241:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1244:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1249:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1249:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1253:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1268:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1269:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1277:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1284:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1286:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1310:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1313:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1331:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1338:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1342:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1361:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1362:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1363:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1364:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1389:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1391:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1394:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1398:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/misc1.c:1399:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1419:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1439:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1462:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1463:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1477:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1481:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1497:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1499:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1507:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1513:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:1515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1520:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1524:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1537:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1539:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1565:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1573:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1577:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1594:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1598:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1617:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1627:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1628:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1648:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1686:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1699:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1701:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1701:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:1706:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1707:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1720:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1728:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1730:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1733:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1741:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1749:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1750:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1758:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1762:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1766:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1769:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1773:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1790:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1800:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1802:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1817:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/misc1.c:1821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1839:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1856:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1857:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1881:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1892:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1894:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1957:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1958:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1962:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:1968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1979:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:1988:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1989:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1993:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:1997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1998:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2003:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2006:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2023:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:2030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2035:  Missing space after {  [whitespace/braces] [5]
src/nvim/misc1.c:2035:  Missing space before }  [whitespace/braces] [5]
src/nvim/misc1.c:2037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2040:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2041:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2042:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2042:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:2043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2047:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2048:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2049:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2049:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:2050:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2051:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2066:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:2068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2096:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2113:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2116:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2123:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2127:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2129:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2141:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2146:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2155:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2161:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2173:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2177:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2185:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:2186:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:2188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2194:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2197:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2198:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2211:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2227:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:2228:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:2230:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/misc1.c:2229:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/misc1.c:2229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2229:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:2240:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2242:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2249:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2261:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2262:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2291:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2293:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2295:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2363:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2365:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2378:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2381:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:2382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2392:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2394:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2405:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2408:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2415:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2421:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2436:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:2437:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:2438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2446:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2447:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2451:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2470:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2475:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2477:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2478:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2480:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:2488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2500:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2501:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:2502:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2512:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2517:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2518:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2520:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:2531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2531:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2538:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2541:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2543:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2548:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2550:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2553:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2555:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:2556:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2558:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:2560:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2564:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2617:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2623:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2624:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:2628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2634:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2652:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2654:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2673:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/misc1.c:2700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2739:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:2741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2753:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2799:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2800:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2819:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2821:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:62:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:107:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:129:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:143:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:163:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc2.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:169:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:175:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:177:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:183:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:198:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:200:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:209:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc2.c:210:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc2.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:217:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:219:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc2.c:219:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc2.c:220:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:225:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:227:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:265:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc2.c:266:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc2.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:296:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:306:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:308:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc2.c:308:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc2.c:312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc2.c:317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:320:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc2.c:321:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc2.c:325:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:331:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:345:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:348:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc2.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:378:  if should always use braces  [readability/braces] [5]
src/nvim/misc2.c:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc2.c:434:  for should always use braces  [readability/braces] [5]
src/nvim/mouse.c:74:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:86:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:88:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:100:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:105:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:108:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:115:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:139:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:141:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:152:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:153:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:154:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:156:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mouse.c:152:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:153:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:154:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:156:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mouse.c:152:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:153:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:154:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:156:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mouse.c:152:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:153:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:154:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:156:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mouse.c:172:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:175:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:179:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:181:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:186:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:188:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:228:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:230:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:232:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:357:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:393:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:425:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:429:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:435:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:453:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:456:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:458:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:460:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:462:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:464:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:466:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:485:  for should always use braces  [readability/braces] [5]
src/nvim/move.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:84:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:117:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:132:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:145:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:149:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:159:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:170:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/move.c:170:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:175:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:177:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:181:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:182:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:187:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:199:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:203:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:231:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:239:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/move.c:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:256:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:260:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:278:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:282:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:285:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:287:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:304:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:307:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:354:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:360:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:470:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:509:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:528:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:533:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:536:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:547:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:554:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:573:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:575:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:576:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:579:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:584:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:612:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:626:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:629:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:649:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:654:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:674:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/move.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:689:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:727:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:730:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:735:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:767:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:775:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/move.c:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:794:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:796:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:801:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:803:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:806:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:815:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:817:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:822:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:824:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:835:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:835:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:835:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:849:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:853:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:860:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/move.c:862:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:868:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:873:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:882:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:889:  while should always use braces  [readability/braces] [5]
src/nvim/move.c:891:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:912:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:927:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/move.c:928:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/move.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:944:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:952:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:956:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:965:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:987:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:989:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:991:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1007:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/move.c:1008:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/move.c:1010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1014:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1015:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1016:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1017:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/move.c:1018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1021:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1023:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1023:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1024:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1026:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1040:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1042:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1047:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1063:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/move.c:1064:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/move.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1077:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1091:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1093:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1093:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1095:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1109:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1122:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1124:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1154:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1175:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1177:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1177:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1201:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1206:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1227:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1229:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1232:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1232:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1280:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1292:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1318:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1321:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1324:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1326:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1332:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1354:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1356:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1361:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1365:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1381:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1383:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1383:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1387:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1389:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1389:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1427:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1434:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1438:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1449:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1472:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1474:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1475:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1474:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1475:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1485:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1487:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1489:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1497:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1507:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1510:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1511:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1519:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1530:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1533:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1536:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1536:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1546:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1554:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1556:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1596:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1601:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1608:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1610:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1612:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1619:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1622:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1651:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1660:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1669:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1688:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1690:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1695:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1697:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1701:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1706:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1708:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1710:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1710:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1757:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/move.c:1766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1767:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1769:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1771:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1801:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1803:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1805:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1808:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1834:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1836:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1861:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1862:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:1883:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1921:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1923:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1926:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1930:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1932:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1941:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1943:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1952:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1954:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1957:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1959:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1973:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1989:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1995:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2016:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2018:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:2018:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:2022:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2025:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2041:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2044:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:2049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2053:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2056:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2067:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2073:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2094:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2096:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:2100:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2102:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:2106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2111:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2146:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2149:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2150:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2151:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2152:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2168:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2173:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/msgpack_rpc/channel.c:172:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:220:  Missing space after {  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:220:  Missing space before }  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:320:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:327:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:343:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:370:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:410:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:411:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:553:  Missing space after {  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:553:  Missing space before }  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:566:  Missing space after {  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:566:  Missing space before }  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:592:  Missing space after {  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:592:  Missing space before }  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:730:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/helpers.c:189:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/helpers.c:194:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/remote_ui.c:31:  Missing space after {  [whitespace/braces] [5]
src/nvim/msgpack_rpc/remote_ui.c:31:  Missing space before }  [whitespace/braces] [5]
src/nvim/msgpack_rpc/remote_ui.c:238:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/remote_ui.c:295:  Missing space after {  [whitespace/braces] [5]
src/nvim/msgpack_rpc/remote_ui.c:295:  Missing space before }  [whitespace/braces] [5]
src/nvim/msgpack_rpc/server.c:85:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:53:  "nvim/mouse.h" already included at src/nvim/normal.c:42  [build/include] [4]
src/nvim/normal.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:153:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:156:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:156:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:157:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:157:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:158:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:158:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:159:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:159:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:160:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:160:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:161:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:161:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:162:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:162:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:163:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:163:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:164:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:164:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:165:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:165:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:166:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:166:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:167:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:167:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:168:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:168:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:169:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:169:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:170:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:170:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:171:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:171:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:172:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:172:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:173:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:173:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:174:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:174:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:175:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:175:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:176:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:176:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:177:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:177:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:178:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:178:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:179:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:179:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:180:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:180:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:181:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:181:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:182:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:182:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:183:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:183:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:184:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:184:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:185:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:185:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:186:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:186:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:187:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:187:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:188:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:188:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:189:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:189:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:190:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:190:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:191:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:191:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:192:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:192:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:193:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:193:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:194:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:194:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:195:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:195:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:196:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:196:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:197:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:197:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:198:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:198:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:199:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:199:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:200:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:200:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:201:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:201:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:202:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:202:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:203:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:203:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:204:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:204:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:205:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:205:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:206:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:206:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:207:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:207:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:208:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:208:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:209:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:209:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:210:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:210:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:211:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:211:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:212:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:212:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:213:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:213:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:214:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:214:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:215:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:215:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:216:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:216:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:217:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:217:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:218:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:218:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:219:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:219:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:220:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:220:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:221:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:221:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:222:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:222:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:223:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:223:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:224:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:224:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:225:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:225:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:226:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:226:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:227:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:227:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:228:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:228:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:229:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:229:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:230:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:230:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:231:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:231:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:232:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:232:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:233:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:233:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:234:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:234:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:235:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:235:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:236:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:236:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:237:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:237:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:238:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:238:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:239:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:239:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:240:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:240:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:241:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:241:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:242:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:242:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:243:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:243:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:244:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:244:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:245:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:245:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:246:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:246:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:247:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:247:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:248:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:248:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:249:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:249:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:250:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:250:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:251:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:251:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:252:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:252:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:253:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:253:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:254:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:254:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:255:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:255:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:256:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:256:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:257:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:257:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:258:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:258:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:259:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:259:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:260:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:260:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:261:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:261:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:262:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:262:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:263:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:263:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:264:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:264:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:265:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:265:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:266:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:266:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:267:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:267:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:268:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:268:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:269:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:269:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:270:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:270:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:271:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:271:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:272:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:272:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:273:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:273:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:274:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:274:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:275:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:275:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:276:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:276:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:277:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:277:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:278:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:278:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:279:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:279:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:280:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:280:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:281:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:281:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:282:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:282:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:285:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:285:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:286:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:286:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:287:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:287:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:288:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:288:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:289:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:289:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:290:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:290:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:291:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:291:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:292:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:292:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:293:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:293:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:294:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:294:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:295:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:295:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:296:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:296:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:297:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:297:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:298:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:298:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:299:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:299:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:300:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:300:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:301:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:301:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:302:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:302:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:303:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:303:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:304:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:304:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:305:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:305:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:306:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:306:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:307:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:307:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:308:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:308:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:309:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:309:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:310:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:310:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:311:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:311:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:312:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:312:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:313:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:313:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:314:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:314:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:315:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:315:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:316:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:316:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:317:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:317:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:318:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:318:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:319:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:319:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:320:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:320:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:321:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:321:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:322:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:322:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:323:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:323:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:324:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:324:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:325:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:325:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:326:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:326:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:327:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:327:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:328:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:328:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:329:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:329:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:330:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:330:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:331:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:331:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:332:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:332:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:333:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:333:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:334:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:334:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:335:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:335:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:336:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:336:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:337:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:337:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:338:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:338:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:339:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:339:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:340:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:340:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:341:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:341:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:342:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:342:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:343:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:343:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:344:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:344:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:345:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:345:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:352:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:367:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:368:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:369:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:371:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:384:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:389:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:392:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:393:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:413:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:418:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:424:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:434:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:440:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:442:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:552:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:557:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:566:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:574:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:577:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:578:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:579:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:581:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:583:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:585:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:587:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:589:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:574:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:577:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:578:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:579:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:581:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:583:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:585:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:587:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:578:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:579:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:711:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:817:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:949:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:951:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:952:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:953:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:988:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:998:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1016:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:1299:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1300:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1301:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1299:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1300:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1301:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1399:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1431:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:1435:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1437:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1440:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1443:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1472:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1479:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1486:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1488:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1488:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1502:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1511:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1519:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1521:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1552:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:1558:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1569:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1571:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1572:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1585:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1586:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1588:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1607:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1611:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1614:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1617:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1630:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1633:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1657:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1659:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1659:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1660:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1662:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1664:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1666:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1668:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1688:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1691:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1692:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1693:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1695:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1696:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1697:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1698:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1712:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1753:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1755:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1774:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1789:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:1790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1801:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:1806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1822:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1824:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1824:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1831:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1838:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1839:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1845:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1847:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1850:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1850:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1863:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1892:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1894:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1901:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1903:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1909:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1911:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1926:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1927:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1941:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1947:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1949:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1951:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1988:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2016:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:2017:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:2018:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:2019:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:2020:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:2025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:2034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2057:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2059:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2059:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2063:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2065:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2069:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2071:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2073:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2076:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2080:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2086:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2088:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2106:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2108:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2108:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2112:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2171:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:2172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2176:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/normal.c:2179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2216:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2230:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2232:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2232:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2233:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2249:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2251:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2261:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2269:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2288:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2291:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2293:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2328:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2339:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2341:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2341:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2345:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2347:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2347:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2361:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2394:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2401:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2403:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2406:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2408:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2449:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2451:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2468:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2483:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2490:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:2496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2498:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2506:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2508:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2511:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2520:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2522:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2534:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2543:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2545:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2547:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2550:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2565:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2567:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2569:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2569:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2572:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2575:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2579:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2579:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2583:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2585:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2587:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2587:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2588:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2591:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2601:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2612:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2614:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2630:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2638:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2641:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2643:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2653:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2657:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2666:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2667:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2671:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2673:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2677:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2682:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2684:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2684:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2696:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2698:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2700:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2702:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2717:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:2719:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2727:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2729:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2730:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2732:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2746:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2754:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2757:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2759:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2764:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2787:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2812:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2831:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2835:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2838:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2847:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2861:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2874:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/normal.c:2879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2885:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2888:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2890:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2944:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:2947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2974:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2978:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2979:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:2985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2994:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3005:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3007:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3010:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:3016:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:3019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3021:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3027:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:3028:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:3029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3032:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3034:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3048:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:3051:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:3053:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3070:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3077:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/normal.c:3080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3084:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3087:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3089:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3091:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3093:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3095:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3106:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3119:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3170:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3199:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3201:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3202:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3203:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3227:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3228:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3229:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3230:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3239:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3266:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3275:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3276:  for should always use braces  [readability/braces] [5]
src/nvim/normal.c:3277:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3281:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3291:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3301:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3312:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3316:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3320:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3330:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3336:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3349:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3351:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3351:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3381:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3383:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3396:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3464:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3466:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3470:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3472:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3530:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3539:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3552:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3554:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3556:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3565:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:3568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3573:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3576:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3588:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:3593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3611:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3630:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:3636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3640:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3641:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3649:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3669:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3673:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3738:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3740:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3740:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3742:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3748:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3750:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3752:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3759:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3762:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3762:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3771:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3773:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3775:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3780:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3782:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3784:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3787:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3787:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3791:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3804:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3806:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3817:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3820:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3828:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3885:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3898:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3900:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3916:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3920:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3931:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3955:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3966:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3968:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3970:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3989:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3993:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:3994:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:3995:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:3996:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:3997:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:3990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4008:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4010:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4021:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4023:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4046:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/normal.c:4046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4047:  Use operator && instead of and  [readability/alt_tokens] [2]
src/nvim/normal.c:4052:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4054:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4074:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4076:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4098:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4100:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4102:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4104:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4115:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4117:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4120:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4122:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4144:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4152:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4154:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4156:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4164:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4166:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4167:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4186:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4186:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4195:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4195:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4204:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4211:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4218:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4284:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4285:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4313:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4315:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4326:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4331:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4341:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4363:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4392:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4394:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4394:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4409:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4416:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4420:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4422:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4426:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4429:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4434:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:4435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4449:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4462:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4499:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4501:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4566:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4573:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4575:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4610:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4652:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4660:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4662:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4668:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4670:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4670:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4671:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4673:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4691:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4693:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4695:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4696:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4699:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4701:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4707:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4713:  for should always use braces  [readability/braces] [5]
src/nvim/normal.c:4721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4725:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4726:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:4727:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:4729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4745:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:4747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4751:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4754:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4769:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4782:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4802:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4804:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4804:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4810:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4813:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4827:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4832:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4834:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4837:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4852:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4870:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4884:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4906:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4907:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4908:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4910:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4910:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4921:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4924:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4930:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4932:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4932:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4933:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4936:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4941:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4957:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4978:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4989:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5004:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5009:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5026:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5028:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5043:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5045:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5046:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5048:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5050:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5050:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5052:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5054:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5054:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5056:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5058:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5086:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5090:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5097:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5124:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5127:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5128:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5158:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5200:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5201:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5203:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5204:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5207:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5227:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5229:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5233:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5235:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5235:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5244:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5247:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5270:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/normal.c:5272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5275:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5277:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5288:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5289:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5293:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5295:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5295:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5311:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5321:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5323:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5327:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5329:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5338:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5340:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5342:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5367:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5369:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5375:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5391:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5396:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5397:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5398:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5400:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5408:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5415:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5423:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5424:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5426:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5434:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5435:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5438:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5438:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5439:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5441:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5448:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5491:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5496:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5497:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5500:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5508:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5510:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5511:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5516:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5517:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5518:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5524:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5525:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5526:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5532:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5534:  for should always use braces  [readability/braces] [5]
src/nvim/normal.c:5540:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5544:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5558:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5560:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5560:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5565:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5568:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5571:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5578:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5580:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5580:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5588:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5607:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5609:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5609:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5613:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5624:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5639:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5641:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5641:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5643:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5660:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5684:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5692:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5694:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5705:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5708:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5710:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5719:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5726:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5755:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5775:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5781:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5783:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5793:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5794:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5799:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5802:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5804:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5829:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5836:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5841:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5869:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5877:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5909:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5929:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5933:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5949:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5959:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5972:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5976:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5986:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5989:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5999:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6001:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6001:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6002:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6008:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6010:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6014:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6033:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6052:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6061:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6065:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6067:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6076:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:6079:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:6091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6102:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6104:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6111:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6113:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6117:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6119:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6137:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6139:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6144:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6146:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6147:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6151:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6153:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6155:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6168:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6170:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6176:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6188:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6201:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6203:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6204:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/normal.c:6208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6217:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6221:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6230:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6240:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6253:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6257:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6261:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6265:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6267:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6320:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6337:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6347:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6384:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6387:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6391:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6391:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6428:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6430:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6467:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6484:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6486:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6499:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6501:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6534:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6536:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6541:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6549:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:6549:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/normal.c:6555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6560:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6561:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6563:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6563:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6567:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6571:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:6590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6597:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6612:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6615:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6650:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6670:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6684:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6726:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6728:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6823:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6837:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6841:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6847:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6849:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6866:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6869:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6873:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6876:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6878:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6880:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6881:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6880:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6881:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6882:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6900:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6941:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6945:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6959:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6961:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6975:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6977:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6977:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6982:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/normal.c:6991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7003:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7005:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7008:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:7009:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:7011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7011:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7021:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7023:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7023:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7027:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/normal.c:7027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7027:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:7028:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:7031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7042:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7058:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7060:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7078:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7080:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7106:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7108:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7113:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7116:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7118:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7118:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7120:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7143:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7158:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7160:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/normal.c:7160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7160:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:7161:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:7164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7171:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7173:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7189:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7191:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7193:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7195:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7212:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7214:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7230:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7232:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7238:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7240:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7246:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7257:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7260:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7267:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7269:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7288:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7296:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7317:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7329:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7333:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7337:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7340:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:7343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7358:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7369:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7374:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7397:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:7399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7409:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7411:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7417:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7420:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7433:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7435:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7487:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:7495:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7516:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7519:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7529:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7532:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7549:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7553:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7562:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7564:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7565:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7567:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7570:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7570:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7572:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:7578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7596:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7603:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7637:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7639:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7641:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7644:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7695:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7697:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:90:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:90:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:90:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:91:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:91:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:91:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:92:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:92:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:92:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:93:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:93:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:93:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:94:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:94:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:94:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:95:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:95:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:95:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:96:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:96:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:96:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:97:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:97:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:97:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:98:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:98:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:98:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:99:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:99:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:99:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:100:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:100:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:100:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:101:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:101:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:101:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:102:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:102:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:102:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:103:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:103:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:103:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:104:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:104:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:105:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:105:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:105:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:106:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:106:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:106:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:107:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:107:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:107:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:108:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:108:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:108:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:109:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:109:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:109:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:110:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:110:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:110:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:111:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:111:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:111:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:112:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:112:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:112:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:113:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:113:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:113:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:114:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:114:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:114:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:115:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:115:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:115:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:116:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:116:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:116:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:117:  Missing space after {  [whitespace/braces] [5]
src/nvim/ops.c:117:  Missing space before }  [whitespace/braces] [5]
src/nvim/ops.c:117:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:128:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:130:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:132:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:133:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:173:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:174:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:205:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:209:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:211:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:214:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:215:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:216:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:217:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:219:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:221:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:220:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:222:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:224:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:223:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:235:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:243:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:244:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:260:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:264:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:266:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:272:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:274:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:279:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:280:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:281:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:308:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:309:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:326:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:328:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:332:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/ops.c:333:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:339:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:341:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:343:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:356:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:358:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:360:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:360:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:363:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:381:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:409:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:414:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/ops.c:416:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:441:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:452:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:467:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:468:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:476:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:483:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:488:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:531:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:535:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:572:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:584:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:586:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:591:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:607:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:609:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:610:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:611:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:616:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:618:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:640:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:642:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:644:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:669:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:678:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:682:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:693:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:751:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:752:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:802:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:803:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:804:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:805:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:822:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:824:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:826:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:826:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:827:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:838:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:841:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:843:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:843:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:917:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:918:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:944:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:958:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/ops.c:959:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:962:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:963:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:964:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:965:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:969:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:971:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:979:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:983:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:999:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:999:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1003:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1005:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1007:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1007:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1011:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1033:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1033:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1044:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:1045:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:1048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1055:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1056:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1060:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1062:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1064:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1066:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1068:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1068:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1069:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1072:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1073:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1083:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:1084:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:1086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1100:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1104:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1107:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1108:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1109:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1109:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1110:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1113:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1117:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1119:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1119:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1126:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1149:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:1151:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1156:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1158:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1160:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1171:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:1172:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:1175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1182:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1185:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1188:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1192:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1196:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1197:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1200:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1203:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1206:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1209:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1213:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1214:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1216:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1220:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1221:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1223:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1225:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1229:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1230:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1235:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1236:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1240:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1243:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1255:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:1256:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:1258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1265:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1284:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1304:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1307:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ops.c:1308:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1316:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1330:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1333:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1366:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/ops.c:1373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1380:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:1383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1396:  Missing space before ( in if(  [whitespace/parens] [5]
src/nvim/ops.c:1399:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ops.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1412:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1413:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1433:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1438:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1443:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1454:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1457:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1461:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1463:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1465:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1467:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1470:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1480:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1482:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1499:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1500:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1510:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1514:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1515:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1516:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1517:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1518:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1530:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1535:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1539:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1547:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1550:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1551:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:1553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1558:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1559:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1563:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1567:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1569:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1576:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1578:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1584:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1585:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1585:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:1586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1589:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1600:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1626:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1642:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1645:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1648:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1651:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1652:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1662:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1663:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1679:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1689:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1722:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:1724:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1738:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1740:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1754:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1756:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1765:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1781:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1784:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1792:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1803:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1809:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1833:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1835:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1836:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1844:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1848:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ops.c:1850:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1857:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1859:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1862:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1864:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1865:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1868:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1869:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1870:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1875:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1879:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1890:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1892:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1914:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1918:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1939:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1940:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1948:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1955:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1956:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1959:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1961:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1964:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1966:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1975:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1978:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1980:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1982:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2011:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2014:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2015:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2020:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2022:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2032:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2033:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:2037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2039:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2041:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:2049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2050:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2056:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2061:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2072:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2079:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2080:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2096:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2100:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2112:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2118:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2119:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2121:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2151:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2154:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2160:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2161:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2162:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2163:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2165:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2183:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2186:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2213:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2222:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2225:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:2226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2235:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2268:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/ops.c:2269:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/ops.c:2270:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/ops.c:2302:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ops.c:2313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2328:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2330:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2362:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2369:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2380:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2409:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:2412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2413:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2425:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2427:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2431:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2431:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2444:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:2449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2449:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2463:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2465:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:2496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2555:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2559:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2562:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2574:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2577:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2586:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2587:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2610:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2615:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2625:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2665:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2668:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2672:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2685:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2696:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2698:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2704:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2706:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2708:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2712:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2714:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2716:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2719:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2728:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2732:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2734:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2749:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2751:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2754:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2757:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2760:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2767:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2769:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2772:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2774:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2791:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2792:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2792:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2808:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2815:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2830:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:2832:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2862:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2865:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2887:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2889:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2921:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ops.c:2925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2941:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2949:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2959:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2982:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2991:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2998:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2999:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3008:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3010:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3012:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3014:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3017:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3018:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3023:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3033:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3037:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3040:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3042:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3043:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3045:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3051:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3053:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3063:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3065:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3075:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3078:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3084:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3087:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3089:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3092:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3128:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3130:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ops.c:3133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3136:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3138:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3140:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3142:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3144:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3146:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3146:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3165:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3180:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3182:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3184:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3189:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3191:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:3191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3212:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3225:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3234:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3243:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3255:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3274:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3282:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:3283:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:3285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3298:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3316:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:3322:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3328:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3333:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3334:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3337:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3337:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3340:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3342:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3362:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3395:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3400:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3401:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3427:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/ops.c:3429:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3428:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3432:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3434:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3433:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3446:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3448:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3470:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3504:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3505:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3508:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3510:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3514:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3525:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3534:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3547:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3551:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3561:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/ops.c:3568:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3580:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3582:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3583:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3585:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3586:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3587:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3588:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3589:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:3590:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3591:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3592:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3602:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:3603:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ops.c:3607:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3609:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3610:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:3618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3621:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:3622:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:3624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3633:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3634:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3638:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3647:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3650:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:3652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3657:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3691:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3695:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3698:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3701:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:3702:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:3705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3709:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3723:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3726:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3740:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:3741:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:3741:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:3743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3750:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3751:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3758:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3759:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:3759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3760:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3764:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3767:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3768:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3772:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3783:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3785:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3786:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:3787:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3788:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3790:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3791:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3791:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:3793:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3813:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3818:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3819:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3819:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:3820:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3824:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3826:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3833:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3870:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3872:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3873:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3872:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3873:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3875:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3882:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3890:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:3893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3896:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3898:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3899:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3901:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3910:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3912:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3914:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3922:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3925:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3928:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3930:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3936:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3938:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3942:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3946:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3948:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3949:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3950:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3951:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3966:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3967:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3980:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:3982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3986:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3987:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3988:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3996:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:4002:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4018:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4019:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4022:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4023:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4026:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4028:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4028:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:4029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4029:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4031:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4032:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4033:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4033:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:4034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4034:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4036:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4037:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4039:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4040:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4042:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4043:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4044:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4046:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4062:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:4076:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4077:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4103:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4104:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4110:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4115:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4116:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4118:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4144:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4149:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4152:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4158:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4164:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4178:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4201:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4225:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4226:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:4229:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4232:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4233:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4244:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:4249:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:4255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4274:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4276:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4278:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:4282:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4284:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4286:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:4290:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4293:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4296:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4310:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4311:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4312:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4313:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4314:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4317:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4319:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4327:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4332:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4335:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4336:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4349:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4353:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4354:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4355:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4356:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4359:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4385:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4386:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:4387:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4388:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:4389:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4390:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:4391:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4392:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:4395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4401:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4402:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:4406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4410:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4411:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4438:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4444:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4490:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4494:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4500:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4509:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4531:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4549:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4557:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:4574:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:4654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4656:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4840:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:4853:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:4859:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4904:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4906:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4917:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4929:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4931:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4947:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4984:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4985:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4998:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4999:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5004:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5008:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5014:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5016:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5017:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:5020:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5023:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5025:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5026:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5028:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5029:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:5031:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5034:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5035:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5036:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5037:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5038:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5043:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5046:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5049:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5051:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5052:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5053:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5054:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5055:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5056:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:5058:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5062:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5063:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5064:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5065:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5066:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5067:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5071:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5073:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5072:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:5074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5086:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:5095:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:5107:  Missing space before ( in if(  [whitespace/parens] [5]
src/nvim/ops.c:5115:  Missing space before ( in if(  [whitespace/parens] [5]
src/nvim/ops.c:5117:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:5138:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:29:  "stdint.h" already included at src/nvim/option.c:27  [build/include] [4]
src/nvim/option.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:181:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:184:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:200:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:204:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:207:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:208:  Use xfree(...) instead of free(...).  [runtime/memory_fn] [2]
src/nvim/option.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:230:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:231:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:233:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:261:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:261:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:262:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:262:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:263:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:263:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:264:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:264:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:265:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:265:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:266:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:266:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:268:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:268:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:269:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:269:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:270:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:270:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:271:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:271:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:272:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:272:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:273:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:273:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:274:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:274:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:276:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:276:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:277:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/option.c:277:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:277:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:278:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:278:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:279:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:281:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:282:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:282:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:283:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:284:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:539:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:558:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:558:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:560:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:560:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:574:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:581:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:588:  Missing space before ( in if(  [whitespace/parens] [5]
src/nvim/option.c:597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:632:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:634:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:634:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:635:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:645:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:661:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:662:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:667:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:743:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:764:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:800:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:801:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:818:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:820:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:821:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:821:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:822:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:828:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:830:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:830:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:833:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:841:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:845:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:861:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:862:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:912:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:927:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:929:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:931:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:955:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:963:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:984:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:985:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:986:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:989:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:990:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:991:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1004:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1005:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1015:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1016:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1017:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1018:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1019:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1020:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1021:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1022:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1046:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1050:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1107:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:1108:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1126:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1134:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1155:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1158:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1159:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1176:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1178:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1178:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1180:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:1187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1188:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1191:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1198:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1200:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1201:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1207:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1215:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:1218:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1219:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1220:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1223:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1226:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1229:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1244:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1259:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1264:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1277:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1295:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1298:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1320:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1322:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1322:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1323:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1324:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1330:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1332:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1334:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1335:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1337:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1343:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1358:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1360:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1362:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1363:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1364:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1366:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1369:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1371:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1381:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1383:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1407:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1409:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1410:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1411:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1414:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1417:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1444:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1446:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1448:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1462:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:1462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1468:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1477:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1478:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1483:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1485:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1485:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1487:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1491:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1494:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1495:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1514:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:1533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1538:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:1542:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1544:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1546:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1548:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1550:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1552:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1561:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:1562:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1569:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1573:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1583:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1597:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1613:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1629:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1643:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1654:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1662:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1676:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1682:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1695:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1709:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:1717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1717:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1719:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1762:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1764:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1775:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:1776:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1779:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1810:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1811:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1814:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1815:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1819:  Small and focused functions are preferred: () has 531 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/option.c:1821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1825:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:1826:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:1828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1838:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1842:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1848:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1851:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1850:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/option.c:1855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1861:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1863:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1876:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1878:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1878:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1880:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1893:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:1894:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:1895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1915:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:1916:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:1919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1951:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1952:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1953:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1983:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1998:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2000:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2003:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2018:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2023:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2026:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2036:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2037:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2038:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2036:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2039:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2077:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:2078:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2141:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2147:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2154:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2181:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2200:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2201:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2213:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:2214:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:2218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2236:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2244:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2245:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2250:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2261:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2263:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2270:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:2271:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:2272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2279:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2281:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2296:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2308:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2313:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2314:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2315:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2316:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2315:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2324:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2325:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2351:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:2352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2362:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2378:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2383:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2410:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2411:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2412:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2416:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2417:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2425:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2426:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2428:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2430:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2435:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2439:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2443:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2447:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2451:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2458:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2463:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2464:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2468:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2469:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2469:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2472:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2480:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2484:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2485:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2485:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2489:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2490:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2490:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2492:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2494:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2498:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2502:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2509:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2513:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2515:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2519:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2520:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2524:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2525:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2525:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2529:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2530:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2531:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2535:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2536:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2543:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2545:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2549:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2549:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2571:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2587:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2591:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2593:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2604:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2605:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2607:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2607:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2609:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2609:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2615:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2620:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2621:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2627:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2633:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2635:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2645:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2655:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2661:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2671:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2673:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2675:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2678:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2686:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2690:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2694:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2698:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2700:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2720:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:2721:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:2723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2724:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:2725:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:2726:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2728:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2728:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2729:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:2730:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:2735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2734:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/option.c:2738:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2743:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2745:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2746:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2748:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2753:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2757:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2759:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2766:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2769:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2771:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2775:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2779:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2783:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2787:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2792:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2796:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2797:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2798:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2802:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2803:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2803:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2807:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2808:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2808:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2810:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2816:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2817:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2817:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2820:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2824:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2825:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2825:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2828:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2830:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2832:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:2834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2835:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2836:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2836:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2864:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2868:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2869:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2873:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2874:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2878:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2879:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2879:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2883:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2886:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2890:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2898:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2901:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2906:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2909:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2911:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2915:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2917:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2921:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2923:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:2925:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2935:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2942:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2943:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2941:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/option.c:2945:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2953:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2954:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2954:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2958:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2960:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2962:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2965:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2970:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2972:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2974:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2974:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2981:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2985:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2986:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2990:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2991:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2991:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2994:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2994:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2996:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3001:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3002:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3006:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3008:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3010:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3012:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3016:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3017:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3019:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:3021:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3025:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3026:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3026:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3030:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3031:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3034:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3036:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3052:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3054:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3060:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3065:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3065:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3067:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3069:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3071:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3073:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3075:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3077:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3081:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:3089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3093:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3099:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3101:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3111:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3113:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3115:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3127:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3136:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:3136:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3139:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3141:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:3141:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3148:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3157:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:3158:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3160:  If you can, use sizeof((char *)fname) instead of 200 as the 2nd arg to snprintf.  [runtime/printf] [3]
src/nvim/option.c:3161:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3173:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3175:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3180:  Small and focused functions are preferred: () has 665 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/option.c:3182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3202:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3210:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3213:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3222:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3224:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3230:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3232:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3234:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3239:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3241:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3241:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3247:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:3248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3249:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3272:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3272:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3273:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3273:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3274:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3274:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3275:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3275:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3276:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3276:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3280:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3280:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3281:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3281:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3282:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3282:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3283:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3283:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3284:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3284:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3285:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3285:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3286:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3286:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3287:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3287:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3304:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:3305:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3307:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3309:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3321:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3324:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3327:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3335:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3337:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:3345:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3347:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3367:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:3369:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3372:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3380:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3384:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3386:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:3388:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3392:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:3404:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:3406:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3410:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3412:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3426:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3428:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3428:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3454:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3457:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3459:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3469:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:3470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3490:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3494:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3495:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3499:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3499:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3500:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3504:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3528:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3532:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3538:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3542:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3549:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3553:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3558:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3560:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:3560:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3563:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3564:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3566:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3572:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3584:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3588:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3592:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3594:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3595:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3596:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3598:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3599:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3600:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3601:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3606:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3610:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3611:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3615:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3617:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3622:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3626:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3637:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3638:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3641:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3642:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3644:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3646:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3653:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3672:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3673:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3676:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3683:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3686:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3692:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3695:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3721:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3731:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3741:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3753:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3759:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3776:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3780:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:3786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3792:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3838:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3840:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3851:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:3858:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:3852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3857:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:3857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3901:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3903:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3908:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3929:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3933:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3948:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3952:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3953:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3958:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3962:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3963:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3967:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3977:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3978:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3982:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3986:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3987:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3989:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4002:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4004:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4014:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4019:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4020:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4023:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4028:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4033:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4038:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4043:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4055:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4058:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4063:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4067:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4086:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:4089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4095:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4103:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4130:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4147:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4153:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4155:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4174:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4176:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4203:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4226:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4228:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4243:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4246:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4248:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4250:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4252:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4263:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:4263:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:4263:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/option.c:4266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4273:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/option.c:4275:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4277:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4287:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4292:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4294:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4297:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4304:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4309:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4362:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4382:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:4383:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:4386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4398:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4404:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4412:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4414:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4416:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4416:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4419:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4421:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4438:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:4477:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4479:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4480:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.c:4485:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.c:4490:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.c:4496:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.c:4517:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/option.c:4523:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/option.c:4550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4557:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:4561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4572:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4574:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4574:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4581:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4583:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4583:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4591:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:4592:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:4594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4598:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4600:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:4603:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4605:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4606:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4608:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4620:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4637:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4639:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4639:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4642:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4643:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4653:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:4654:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:4656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4675:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4677:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4679:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4681:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4697:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4699:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4703:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4705:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4705:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4709:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4724:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4727:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4731:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4753:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4754:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4756:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4758:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4768:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:4769:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:4771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4777:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4778:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4783:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4786:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4788:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4799:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4844:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:4847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4848:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4853:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4858:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4861:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4868:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4886:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4888:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4892:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4895:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4898:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4903:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:4904:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:4905:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:4906:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/option.c:4907:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4908:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4911:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4913:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4914:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4917:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4933:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4933:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4934:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4936:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4950:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/option.c:4955:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4963:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:4964:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4964:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4968:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4974:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4977:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4986:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4990:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4992:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4994:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5001:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5003:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5027:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5032:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5043:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5045:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5123:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5157:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5299:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5424:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5427:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5432:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5452:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5456:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5473:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5474:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5479:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5480:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5567:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5569:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5569:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5571:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5574:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5584:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5589:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5590:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5600:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5601:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5603:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5604:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5624:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:5624:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:5627:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:5628:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:5631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5639:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5658:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5678:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5679:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5687:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5693:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5695:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5698:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5703:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5705:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5734:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5742:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5757:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5761:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5766:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5768:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5779:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5799:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/option.c:5806:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:5806:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:5807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5816:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:5819:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5821:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5825:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/option.c:5827:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5829:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5832:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5836:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:5836:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:5836:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:5836:  Missing space before {  [whitespace/braces] [5]
src/nvim/option.c:5837:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5843:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5878:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5888:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:5889:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5905:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:5906:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:5908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5918:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5920:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5922:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5923:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/option.c:5924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5926:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5928:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5929:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5931:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5933:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5947:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5948:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5950:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5995:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5997:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6025:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6027:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6029:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6037:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6058:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6061:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6063:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6070:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6077:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6083:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6090:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:6094:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6096:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6096:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:6101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6110:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:6111:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:6123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6129:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6130:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6141:  Extra space after (  [whitespace/parens] [2]
src/nvim/option.c:6142:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:6146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6151:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6197:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6211:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:6212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6222:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6249:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6269:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6270:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6271:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6272:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6273:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6284:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6285:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6287:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6288:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6289:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6325:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6338:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6354:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6358:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6359:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:6360:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6362:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6364:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6366:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6368:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6371:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6374:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6387:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6400:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6402:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6437:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6438:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6439:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6442:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6443:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6444:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6446:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6448:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6449:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6450:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6460:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6504:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6507:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6517:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6520:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6528:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6532:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6540:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6544:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6551:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6565:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:6567:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6573:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:6578:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:6583:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6585:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:185:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:187:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:261:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:282:  while should always use braces  [readability/braces] [5]
src/nvim/os/env.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:318:  while should always use braces  [readability/braces] [5]
src/nvim/os/env.c:319:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/env.c:320:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/env.c:321:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/env.c:330:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:337:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/env.c:358:  for should always use braces  [readability/braces] [5]
src/nvim/os/env.c:367:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:380:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:390:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:408:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:444:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:652:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:665:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:670:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:673:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:689:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/env.c:690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/env.c:694:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:700:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:704:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:711:  while should always use braces  [readability/braces] [5]
src/nvim/os/env.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:714:  while should always use braces  [readability/braces] [5]
src/nvim/os/env.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:732:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/fs.c:96:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/fs.c:97:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/fs.c:97:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/fs.c:524:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/fs.c:615:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/input.c:33:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:33:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:178:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:178:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:205:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:205:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:206:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:206:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:207:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:207:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:209:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:209:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:210:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:210:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:211:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:211:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:242:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/input.c:242:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/input.c:346:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/input.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/input.c:405:  if should always use braces  [readability/braces] [5]
src/nvim/os/shell.c:28:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/shell.c:28:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/shell.c:302:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:313:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:423:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:425:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:426:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:423:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:425:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:426:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:426:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/signal.c:117:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/time.c:64:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:72:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:75:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:86:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:98:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/os_unix.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:129:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:135:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:150:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:152:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:154:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:217:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/os_unix.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:247:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:248:  for should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:249:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:275:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:279:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:280:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:282:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:285:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:286:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os_unix.c:289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:293:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:301:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:322:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:330:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:332:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:334:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:336:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:338:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:340:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:346:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:355:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:361:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:366:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/os_unix.c:367:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os_unix.c:368:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os_unix.c:369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:384:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:392:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:400:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:410:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/os_unix.c:410:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/os_unix.c:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:414:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:425:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:439:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:463:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/os_unix.c:470:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/os_unix.c:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:494:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:500:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/os_unix.c:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:504:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:506:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:512:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/os_unix.c:512:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/os_unix.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:525:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:527:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:535:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:537:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:540:  for should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:545:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:571:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:574:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:576:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:576:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/os_unix.c:578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:581:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:591:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/os_unix.c:592:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:597:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:601:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:627:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/os_unix.c:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:653:  for should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:654:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:663:  for should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:664:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:67:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:68:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:109:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/path.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:186:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:218:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/path.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:245:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:252:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:256:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:276:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:294:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:311:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:320:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:324:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:401:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:402:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/path.c:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:555:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:574:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:576:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:577:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:586:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:586:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:586:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/path.c:594:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:603:  for should always use braces  [readability/braces] [5]
src/nvim/path.c:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:611:  for should always use braces  [readability/braces] [5]
src/nvim/path.c:612:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:617:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:631:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:634:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:660:  Missing space before ( in while(  [whitespace/parens] [5]
src/nvim/path.c:669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:686:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:701:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:703:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:714:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:719:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:739:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:744:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:748:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:781:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:785:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:787:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:793:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:799:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:802:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:833:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:834:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/path.c:842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:843:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:844:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:881:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/path.c:883:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:886:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/path.c:889:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:908:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:917:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:955:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:961:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:980:  for should always use braces  [readability/braces] [5]
src/nvim/path.c:986:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1010:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1025:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/path.c:1026:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/path.c:1029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1042:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1062:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1064:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1065:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1066:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1080:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1082:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1123:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1138:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1156:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1158:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1158:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:1159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1164:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1172:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1176:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1214:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1216:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1221:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1223:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1249:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/path.c:1250:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/path.c:1253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1265:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1266:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/path.c:1267:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1269:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1271:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1278:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1289:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1305:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/path.c:1306:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/path.c:1308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1315:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1320:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1325:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1329:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1341:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1361:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1369:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1369:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/path.c:1371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1376:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1378:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1379:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1381:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1381:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1387:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1388:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1390:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1398:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1420:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1486:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1493:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:1494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1495:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1495:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:1496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1525:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/path.c:1530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1547:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/path.c:1549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1560:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/path.c:1570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1574:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:1576:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:1589:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1591:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1630:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1634:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1658:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1754:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1757:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1781:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1800:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1802:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1808:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1814:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1824:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1903:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1905:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1909:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1945:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1956:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:1957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1957:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1962:  for should always use braces  [readability/braces] [5]
src/nvim/path.c:1971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1983:  for should always use braces  [readability/braces] [5]
src/nvim/path.c:1999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:2006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:2016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:2022:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:2024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:2024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:2121:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/popupmnu.c:25:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/popupmnu.c:39:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:374:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/popupmnu.c:477:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:559:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:587:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:591:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:606:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/popupmnu.c:611:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:620:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:638:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/popupmnu.c:640:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:648:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/popupmnu.c:650:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:669:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/po/sjiscorr.c:10:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:11:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:13:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:13:  while should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:14:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:14:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:15:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:15:  for should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:16:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:16:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:17:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:17:  if should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:18:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:18:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:19:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:20:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:21:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:22:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:22:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/po/sjiscorr.c:23:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:23:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:24:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:25:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:25:  while should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:26:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:27:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:28:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:28:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/po/sjiscorr.c:29:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:29:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:30:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:31:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:32:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:33:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:33:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/po/sjiscorr.c:34:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:34:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:35:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:35:  if should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:36:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:36:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:37:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:38:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:38:  if should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:39:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:40:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:41:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:42:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:43:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:44:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/quickfix.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:70:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/quickfix.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:86:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/quickfix.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:153:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/quickfix.c:154:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/quickfix.c:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:164:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:172:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:173:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:185:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/quickfix.c:186:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/quickfix.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:203:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:223:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:224:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:225:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:239:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:239:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:240:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:240:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:241:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:241:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:242:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:242:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:243:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:243:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:244:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:244:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:245:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:245:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:246:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/quickfix.c:246:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:246:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:247:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:247:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:248:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:248:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:260:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:263:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:265:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:267:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/quickfix.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:274:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:276:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:282:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:296:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:298:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:305:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:306:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:318:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:319:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:324:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:323:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:331:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:334:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:331:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:334:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:334:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:336:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:335:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:369:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:377:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:381:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:383:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/quickfix.c:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:389:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:396:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:395:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:400:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:404:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:405:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:406:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:407:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:409:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:411:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:411:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:413:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:412:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:419:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:418:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:424:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:426:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:428:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:434:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:450:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:453:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:456:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:458:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:474:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:478:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:480:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:483:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:485:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:491:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:494:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:498:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:507:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:510:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:509:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:512:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:518:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:521:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:526:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:528:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:528:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:537:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:541:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:545:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:549:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:558:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:560:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:562:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:572:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:581:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:586:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:591:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:596:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:601:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:605:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:607:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:608:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:614:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:621:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:633:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:636:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:639:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:642:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:645:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:656:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:665:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:667:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:672:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:674:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:675:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:678:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:682:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:683:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:686:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:694:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:696:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:698:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:700:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:703:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:705:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:706:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:707:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:708:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:713:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:715:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:717:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:722:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:728:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:729:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:734:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:741:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:742:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:744:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:745:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:746:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:747:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:757:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:759:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:760:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:772:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:775:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:793:  Small and focused functions are preferred: () has 512 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/quickfix.c:801:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:815:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:824:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:827:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:842:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:849:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:864:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:866:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:874:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/quickfix.c:875:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/quickfix.c:876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:877:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/quickfix.c:878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:893:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:895:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:907:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:922:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:952:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:962:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:981:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:983:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:986:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1010:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1012:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1023:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1025:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1026:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1028:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1029:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1030:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1031:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1032:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1033:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1044:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1067:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1074:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1079:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1089:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1090:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1091:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1118:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1122:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1122:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1132:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1133:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1154:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1156:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1156:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1229:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1236:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/quickfix.c:1236:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1238:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1254:  Missing spaces around ==  [whitespace/operators] [3]
src/nvim/quickfix.c:1255:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/quickfix.c:1258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1286:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1291:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1297:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1371:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1374:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1390:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1392:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1392:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1398:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1401:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1404:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1406:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1408:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1418:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1433:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1483:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1485:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1487:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1513:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1515:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1517:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1531:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/quickfix.c:1532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1539:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1541:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1543:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1549:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1551:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1553:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1559:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1582:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1583:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1585:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1586:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1587:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1589:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1594:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1603:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1609:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1619:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1624:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1629:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1637:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1638:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1642:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1647:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1651:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1652:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1649:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1661:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1662:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1663:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1664:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1665:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1669:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1670:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1690:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1708:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/quickfix.c:1708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1730:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1732:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1735:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1736:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1741:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1748:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1751:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1752:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1753:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1755:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1757:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1758:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1760:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1761:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1762:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1763:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1766:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1765:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1779:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1780:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1781:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1803:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1804:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1806:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1831:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1833:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1856:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1857:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1867:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1876:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1893:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/quickfix.c:1901:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1906:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1907:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1908:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1912:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1913:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1914:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1916:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1942:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1944:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1946:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1948:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1950:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1950:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1957:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1960:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1977:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1992:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1994:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2009:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2015:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2016:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2040:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2042:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:2045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2071:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2076:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2089:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2091:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2094:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2095:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:2095:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:2096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2101:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2104:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2106:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2111:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2115:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2116:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2143:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2154:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/quickfix.c:2155:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/quickfix.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2186:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2205:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2206:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2208:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2267:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/quickfix.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2280:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2296:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2297:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2307:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2309:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:2312:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:2317:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:2321:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:2326:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2325:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:2335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2339:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2341:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2341:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2347:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2351:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2357:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2359:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2361:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2361:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2363:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2363:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2364:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2399:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2401:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2414:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2415:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2430:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2463:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2464:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2468:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2474:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2482:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2486:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2485:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:2487:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2493:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2494:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2505:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2507:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2508:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2512:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2512:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2513:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2515:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:2518:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2540:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2545:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2546:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2549:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2554:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2556:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:2561:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:2723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2752:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2770:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2805:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2814:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2815:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2816:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2817:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2818:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2820:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2821:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2822:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2816:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2835:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2848:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2849:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2850:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2865:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2868:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2869:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2870:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2874:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2875:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2899:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2901:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2929:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2929:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2930:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2941:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2943:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:2946:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/quickfix.c:2946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2946:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/quickfix.c:2955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2961:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:2964:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2975:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2980:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:2981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2982:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2984:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/quickfix.c:2986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2987:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3013:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3014:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3016:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3016:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3021:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3022:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3031:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3032:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3047:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3049:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3056:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3069:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3074:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3079:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3080:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/quickfix.c:3082:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3083:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3084:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3085:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3086:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3087:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3088:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3089:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3090:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3091:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3092:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3093:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3094:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3086:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3086:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3089:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3093:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3094:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/quickfix.c:3095:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3098:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3099:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3101:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3106:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3106:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3110:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3116:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3145:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3156:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3156:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3166:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3172:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3174:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3174:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3181:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3184:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3195:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3224:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3227:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3231:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3234:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3235:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3239:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3246:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3248:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3291:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/quickfix.c:3293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3299:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3304:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3319:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3326:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3327:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3330:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3343:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3344:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3355:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3379:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3397:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3418:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3422:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3430:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3438:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3439:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3440:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3441:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3442:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3443:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3444:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3445:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3446:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3447:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3448:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3444:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3446:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3473:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3479:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3482:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3484:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3486:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/quickfix.c:3487:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3493:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3497:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3500:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3506:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3507:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3508:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3509:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3512:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3513:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3514:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3520:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3523:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3528:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3529:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3530:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3531:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3532:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3533:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3536:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3537:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3538:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3551:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3553:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3554:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3555:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3582:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3584:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3586:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3588:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3590:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3590:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3595:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3598:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3598:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3607:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3608:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3610:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3611:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3639:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3640:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3646:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3668:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3681:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3681:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3682:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3704:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3709:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3716:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3731:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/quickfix.c:3733:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:3733:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:3735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3739:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3741:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3744:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3741:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3744:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3744:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3756:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3764:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3768:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3769:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3770:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3771:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3772:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3773:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3774:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3775:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3776:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3777:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3778:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3779:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3780:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3775:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3779:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3780:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/quickfix.c:3781:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3782:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3787:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3800:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3803:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3809:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3811:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3819:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3819:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3820:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3826:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3827:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3828:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3835:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3837:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:169:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:170:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:171:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:172:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:173:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:174:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:175:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:176:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:177:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:178:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:179:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:180:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:181:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:187:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:188:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:188:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:188:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:188:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:188:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:189:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:190:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:191:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:192:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:194:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:200:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:201:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:202:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:202:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:203:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:204:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:205:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:206:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:207:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:208:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:209:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:210:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:211:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:212:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:213:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:214:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:215:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:216:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:217:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:218:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:219:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:220:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:221:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:222:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:223:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:224:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:225:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:226:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:227:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:228:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:229:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:233:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:233:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:234:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:234:  Extra space after (  [whitespace/parens] [2]
src/nvim/regexp.c:235:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:237:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:241:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:248:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:279:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:281:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:298:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:307:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:315:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:324:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:347:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:359:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:369:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:374:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:390:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:446:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:235:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:236:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:236:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:237:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:240:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:240:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:241:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:241:  Extra space after ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:248:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:279:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:281:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:298:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:307:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:315:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:324:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:347:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:359:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:369:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:374:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:390:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:446:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:242:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:247:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:247:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:248:  Extra space after (  [whitespace/parens] [2]
src/nvim/regexp.c:279:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:281:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:298:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:307:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:315:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:324:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:347:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:359:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:369:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:374:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:390:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:446:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:249:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:251:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:252:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:253:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:254:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:261:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:354:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/regexp.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:384:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:391:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:459:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:460:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:463:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:467:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:470:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:500:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:502:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:605:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:618:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/regexp.c:633:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:635:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:639:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:641:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:643:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:649:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:651:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:653:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:658:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:697:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:705:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:717:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:719:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:721:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:723:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:725:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:727:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:774:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:777:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:779:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1108:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1111:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1113:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1138:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1140:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1143:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1145:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1147:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1149:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1153:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1154:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1159:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1180:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1182:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1187:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1192:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1202:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1204:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1242:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1253:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1267:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1278:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1280:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1295:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1297:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1306:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1308:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1329:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1356:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:1357:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:1359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1363:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1365:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1377:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:1379:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1401:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1402:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1416:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1423:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1431:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1436:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1438:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1440:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1445:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1451:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1454:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1467:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1472:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1474:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1476:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1479:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1481:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1489:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1490:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:1494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1510:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1519:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1521:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1525:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1544:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1554:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:1590:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1593:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1595:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1598:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1603:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1627:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1641:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1643:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1643:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1654:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1656:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1682:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1684:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1692:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1695:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1711:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1717:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1719:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1726:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1732:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1733:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:1735:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1736:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:1744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1781:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:1794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1800:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1808:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1845:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1872:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1875:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1884:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1897:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1898:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1896:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:1900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1908:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1913:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1916:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1943:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1944:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1947:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1960:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1963:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2006:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2009:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2039:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2048:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2050:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2052:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2054:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2058:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:2060:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2061:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2064:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2066:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2078:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2103:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2107:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2109:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2111:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2113:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2127:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2137:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2139:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2139:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2145:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2147:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2151:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2153:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2153:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2164:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2190:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2212:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2215:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2217:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2222:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2225:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2230:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2232:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2235:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2246:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp.c:2250:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2250:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2250:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2250:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2271:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2273:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2293:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2303:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2304:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2308:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2309:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2317:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2318:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2322:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2323:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2327:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2328:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2332:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2333:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2337:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2338:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2342:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2343:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2347:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2352:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2353:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2357:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2358:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2382:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2384:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2394:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2399:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2442:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2448:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2456:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2463:  Small and focused functions are preferred: regatom() has 572 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/regexp.c:2474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2494:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2496:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2496:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2509:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2511:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2520:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2522:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2524:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2546:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2572:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2602:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2637:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2644:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2649:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2651:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2656:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2657:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:2658:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2658:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2670:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2692:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:2693:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2735:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2746:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2772:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2779:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2801:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:2802:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2839:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2841:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2842:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:2843:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/regexp.c:2844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2853:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2865:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2867:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2867:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2872:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2874:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2881:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2894:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2896:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2899:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2902:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2904:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2909:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2953:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2977:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2984:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3001:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3009:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3030:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3037:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3074:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3081:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3086:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3088:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3090:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:3091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3092:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3094:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3098:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3097:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:3102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3128:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:3128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3130:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:3130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3130:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3140:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3142:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3142:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/regexp.c:3150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3248:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3250:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3253:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3275:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:3276:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:3278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3290:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3302:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:3305:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:3320:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3322:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3378:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3382:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3386:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3387:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3388:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3389:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3392:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3393:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3399:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3401:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3409:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3413:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3417:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp.c:3419:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3423:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp.c:3425:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3429:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3435:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3441:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3443:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3445:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3448:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:3448:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:3452:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3461:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3465:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3481:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3489:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3491:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3493:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3498:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3511:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3513:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3535:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3549:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3562:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3564:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3565:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3567:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3579:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:3580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3583:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3585:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3610:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3613:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3626:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3628:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3647:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3648:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3670:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3671:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3675:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3677:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3681:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3683:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3685:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3691:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3692:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3694:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3722:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:3723:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:3724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3780:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3797:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3799:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3801:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3805:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3810:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3818:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3824:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3831:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3844:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3845:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3861:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3868:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3876:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3881:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3889:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3891:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3896:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3898:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3901:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3903:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3903:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3909:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3911:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3917:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3921:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3929:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3931:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3936:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3938:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3943:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3945:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3950:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3952:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3957:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3959:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3964:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3966:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3971:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3973:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3978:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3980:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3985:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3987:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3992:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3994:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3999:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4001:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4006:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4008:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4013:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4015:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4020:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4022:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4027:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4029:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4034:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4036:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4041:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4043:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4048:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4050:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4055:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4057:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4062:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4064:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4069:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4071:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4076:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4078:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4083:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4085:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4090:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4092:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4097:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4099:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4104:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4106:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4111:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4113:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4124:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4126:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:4127:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:4126:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:4127:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:4129:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4162:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4164:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4166:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4183:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4192:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4201:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4202:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4208:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4237:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4238:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4243:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4247:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4266:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4268:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4268:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4271:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4279:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4297:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4299:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4299:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4302:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4322:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4324:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4324:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4345:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4347:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4347:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4350:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4378:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4390:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4391:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4403:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4431:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4432:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4434:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4444:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4446:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4446:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4448:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4450:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4492:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4494:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4494:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4508:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4510:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4510:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4521:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4523:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4523:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4545:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4547:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4549:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4586:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4587:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4589:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4589:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4594:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4596:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp.c:4604:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4606:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4606:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4624:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4626:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4626:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4641:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4644:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4649:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4652:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4654:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4673:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4678:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp.c:4679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4695:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4697:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4703:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4705:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4711:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4713:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4719:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4721:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4726:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4729:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4729:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4767:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4773:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4787:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4789:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4791:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4795:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4836:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4838:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4839:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4839:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4856:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4863:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4864:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4870:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4876:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4880:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4884:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4886:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4886:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4888:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4908:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4937:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4947:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4955:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4959:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4966:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4971:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4973:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4997:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5003:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5020:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5021:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5024:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp.c:5025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5028:  Small and focused functions are preferred: () has 1027 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/regexp.c:5030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5069:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:5070:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:5072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5093:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5099:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5106:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5114:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5119:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5121:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5123:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5131:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5140:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5145:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5147:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5157:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5165:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5170:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5172:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5174:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5182:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5188:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5193:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5198:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5200:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5213:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5218:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5221:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5224:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5228:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5334:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5342:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5354:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5362:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5367:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5369:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5371:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5372:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5376:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5389:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5391:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5394:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5421:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5425:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5428:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5430:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5443:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5445:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:5449:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5451:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:5454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5470:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:5478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5485:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:5489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5553:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5571:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5581:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5614:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5616:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5627:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/regexp.c:5634:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5656:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5658:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5661:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5663:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5665:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5667:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5672:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5676:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5703:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5706:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:5709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5715:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp.c:5717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5717:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5719:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5721:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5743:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5752:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5754:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:5755:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:5756:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5758:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6017:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6032:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6044:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6062:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6074:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6086:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6126:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6136:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6140:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6151:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6151:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6151:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6151:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6152:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6152:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6152:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6152:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6153:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6153:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6153:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6153:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6154:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6154:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6154:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6154:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6155:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6155:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6155:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6155:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6156:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6156:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6156:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6156:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6157:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6157:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6157:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6157:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6158:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6158:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6158:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6158:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6159:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6159:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6159:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6159:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6160:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6160:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6160:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6161:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6161:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6161:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6162:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6162:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6162:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6163:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6163:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6163:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6164:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6164:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6164:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6165:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6165:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6165:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6166:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6166:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6166:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6167:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6167:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6167:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6168:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6168:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6168:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6169:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6169:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6169:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6170:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6170:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6170:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6171:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6171:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6171:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6172:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6172:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6172:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6173:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6173:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6173:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6174:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6174:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6175:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6175:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6175:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6176:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6176:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6176:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6177:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6177:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6177:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6178:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6178:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6178:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6179:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6179:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6179:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6180:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6180:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6181:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6181:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6181:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6182:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6182:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6183:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6183:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6183:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6184:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6184:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6184:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6185:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6185:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6186:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6186:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6186:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6187:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6187:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6187:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6187:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6188:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6188:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6189:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6189:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6189:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6190:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6190:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6190:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6191:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6191:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6191:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6192:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6192:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6192:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6193:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6193:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6194:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6194:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6194:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6195:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6195:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6195:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6196:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6196:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6196:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6197:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6197:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6197:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6198:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6198:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6198:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6225:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6227:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6227:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6256:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6261:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6276:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6284:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6286:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6288:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6290:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6296:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6298:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6301:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6303:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6304:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6378:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6382:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6386:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6388:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6392:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6394:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6400:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6407:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:6409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6436:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp.c:6442:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:6446:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/regexp.c:6450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6453:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:6457:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp.c:6467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6476:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6515:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:6517:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:6519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:6522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6525:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6527:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6535:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6537:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:6541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6557:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:6559:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6561:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6563:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6606:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6612:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6618:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6622:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6625:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6628:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6634:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6643:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6645:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:6650:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6656:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6658:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6658:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6660:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6663:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6668:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6670:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6677:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6679:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6683:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6685:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6687:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6690:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6707:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6709:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6712:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6715:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6718:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6726:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6728:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6733:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6736:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6749:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6790:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6802:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6806:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6812:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6827:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6830:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6834:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6836:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:6838:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6849:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6851:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6975:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:6975:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/regexp.c:6982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6987:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:7001:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:7003:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:7025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7030:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:7085:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:7087:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:7087:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:7108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7118:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7119:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7120:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7121:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7122:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7123:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:52:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:57:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:57:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:58:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:88:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:166:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:167:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:168:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:169:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:170:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:171:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:172:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:173:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:174:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:175:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:176:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:177:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:178:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:179:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:180:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:181:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:182:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:183:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:184:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:185:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:186:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:187:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:188:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:189:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:190:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:191:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:192:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:194:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:195:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:196:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:201:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:202:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:203:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:204:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:205:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:206:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:207:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:208:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:209:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:210:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:211:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:212:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:213:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:214:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:237:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp_nfa.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:306:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:340:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:372:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:395:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:396:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:410:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:467:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:523:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:529:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:549:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:556:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:563:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:565:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:608:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:612:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:612:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:613:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:615:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:656:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:662:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:664:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:668:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:671:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:671:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1110:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1123:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1132:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1139:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1179:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1201:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1204:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1204:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1212:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1244:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1261:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1290:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1299:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1301:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1307:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1317:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1339:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1377:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1379:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1381:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1385:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1387:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1407:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1414:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1417:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1418:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1421:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1422:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1425:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1431:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1437:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1469:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:1475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1480:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1482:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1485:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:1493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1494:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1505:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1579:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1600:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1602:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1610:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1619:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1626:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1632:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1635:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1657:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1671:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1674:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1674:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1676:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1696:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1696:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1698:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1710:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1735:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1737:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1752:  Small and focused functions are preferred: nfa_regatom() has 515 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/regexp_nfa.c:1754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1770:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1786:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1790:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1813:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1817:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:1824:  Missing space before ( in switch(  [whitespace/parens] [5]
src/nvim/regexp_nfa.c:1826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1835:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1838:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1852:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1870:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1874:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1876:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1882:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1885:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1912:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1917:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1922:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1924:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1926:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:1929:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1931:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1946:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1965:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1966:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1974:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2011:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2013:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2013:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2015:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2016:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2044:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2054:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2057:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2064:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2081:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:2082:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:2083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2083:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2089:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2094:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2099:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2104:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2111:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2113:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2116:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2118:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2126:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2128:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:2139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2142:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2355:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2355:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2357:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:2362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2373:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2375:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2383:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2407:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2422:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:2427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2428:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2429:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2430:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2431:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2438:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2440:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2468:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2470:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2472:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2473:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2487:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2511:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2582:  while should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2640:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2655:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2671:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2685:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2693:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2695:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2697:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2742:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2744:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2855:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2891:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2896:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2903:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2917:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2929:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2936:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2943:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2949:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2957:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2963:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2971:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2977:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2984:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2990:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3000:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3006:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3016:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3032:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3037:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3059:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3069:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3071:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3119:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3129:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3135:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3139:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3152:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3186:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3217:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3220:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3231:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3235:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3239:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3264:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3269:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3272:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3293:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3298:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3309:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3314:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3318:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:3319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3320:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:3321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3323:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3379:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3380:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3381:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3381:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:3385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3393:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3394:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3395:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3403:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3425:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3433:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3434:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3436:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3437:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3438:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3439:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3440:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3441:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3441:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:3446:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3447:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3448:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3456:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3458:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3458:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:3460:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3459:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp_nfa.c:3467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3479:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3486:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3489:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3490:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3503:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3505:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3506:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3507:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3509:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3510:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3519:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3523:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3525:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3526:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3527:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3529:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3530:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3541:  Missing space before {  [whitespace/braces] [5]
src/nvim/regexp_nfa.c:3546:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3566:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3568:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3570:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3572:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3574:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3575:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3576:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3578:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3592:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3596:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3602:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3604:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3606:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3608:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3610:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3611:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3625:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3631:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3636:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3637:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3638:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3639:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3642:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3644:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3646:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3651:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3660:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:3661:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3673:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3678:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3680:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3692:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3695:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3697:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3699:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3700:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3702:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3716:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3717:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3726:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3781:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3784:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3786:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3794:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3801:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:3802:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3809:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3810:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3812:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3821:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3826:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:3839:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3877:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3922:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3929:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3942:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3955:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3957:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3957:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:3959:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3962:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3966:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3971:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4046:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/regexp_nfa.c:4067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4068:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4070:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4074:  Missing space before {  [whitespace/braces] [5]
src/nvim/regexp_nfa.c:4078:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp_nfa.c:4080:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4126:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4151:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4153:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4156:  Missing space before {  [whitespace/braces] [5]
src/nvim/regexp_nfa.c:4160:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp_nfa.c:4168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4174:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4175:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4191:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4196:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4209:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4210:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4212:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4213:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4215:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4216:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4223:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4224:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4227:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4241:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4245:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4249:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4253:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4257:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4261:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4265:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4269:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4273:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4277:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4281:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4285:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4289:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4293:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4297:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4301:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4317:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4318:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4330:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4334:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4342:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4344:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4347:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4348:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4349:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4350:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4351:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4352:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4353:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4356:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4362:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4365:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4374:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4375:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4386:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4392:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4394:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4433:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4434:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4444:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/regexp_nfa.c:4454:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4458:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4460:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4475:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4478:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4480:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4491:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4505:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4510:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4512:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4518:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4531:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4538:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4547:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4549:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4549:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4556:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4568:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4572:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4572:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:4581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4593:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4598:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4729:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4746:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4750:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4752:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4771:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4777:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4803:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4820:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:4824:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4841:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4847:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4848:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4850:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4865:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4869:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4869:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:4876:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4879:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4891:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4895:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4920:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4927:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4942:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4943:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4948:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4960:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4975:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4977:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4979:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4983:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4984:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5003:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5005:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5014:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5035:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5038:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5043:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5045:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5046:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5051:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5061:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5068:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5070:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5085:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5086:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5100:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5108:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5124:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5153:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:5156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5160:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5180:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5186:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5197:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5205:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5210:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5224:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5228:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5232:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5275:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5277:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5278:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5279:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5284:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5285:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5286:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5287:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5288:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:5291:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5299:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5300:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5301:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5302:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5308:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5310:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5311:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:5314:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5357:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5359:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5361:  while should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5365:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp_nfa.c:5371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5377:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5386:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5387:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5395:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:5398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5406:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5429:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5445:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5453:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5455:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5458:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5461:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5505:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5510:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5515:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5520:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5526:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5531:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5536:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5541:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5546:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5551:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5556:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5561:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5566:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5571:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5576:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5581:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5586:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5591:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5596:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5601:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5606:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5611:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5616:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5621:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5626:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5631:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:5636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5769:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5797:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5867:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5872:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5884:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:5885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5891:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5893:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5907:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5919:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5928:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5930:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5944:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5946:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:5947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5963:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5965:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5965:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:5967:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5971:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:5972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5982:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6001:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6010:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6014:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6025:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6027:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6033:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6036:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:6040:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:6049:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6058:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6060:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:6063:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:6074:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6090:  Small and focused functions are preferred: nfa_regmatch() has 989 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/regexp_nfa.c:6092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6111:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6120:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:6130:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6154:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:6155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6163:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6165:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6191:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6194:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6208:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:6209:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:6211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6237:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6238:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:6240:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6243:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6244:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6256:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6259:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6262:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6263:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6264:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:6265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6270:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6275:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6282:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6309:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6324:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6343:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:6350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6354:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6365:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6366:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6427:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:6428:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:6430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6442:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6490:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6492:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:132:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:170:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:172:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:224:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:231:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:233:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:240:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:241:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:262:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:266:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:266:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:270:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:281:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:289:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:294:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:295:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:302:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:303:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:305:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:307:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:321:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:327:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:330:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:337:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:345:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:346:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:350:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:358:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:360:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:372:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:376:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:388:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:389:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:391:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:392:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:393:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:402:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:407:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:420:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:429:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:433:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:437:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:439:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:440:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/screen.c:443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:451:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:452:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:453:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:455:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:457:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:459:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:461:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:462:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:472:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:475:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:509:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:523:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:528:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:548:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:613:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:615:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:617:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:619:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:621:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:621:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:624:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:631:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:632:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:635:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:652:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:678:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:691:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:693:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:704:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:708:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:717:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:719:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:720:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:720:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:725:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:749:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:751:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:757:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:762:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:763:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:768:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:770:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:779:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:781:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:787:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:804:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:807:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:816:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:840:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:852:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:854:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:856:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:861:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:870:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:871:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:872:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:877:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:881:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:883:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:885:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:886:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:888:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:890:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:892:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:923:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:925:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:930:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:931:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:931:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:933:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:964:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:966:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:981:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:981:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:984:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:993:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:993:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1030:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1032:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1034:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1036:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1050:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1056:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1059:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1061:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1063:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1077:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1083:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1088:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1090:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1110:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1118:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1120:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1137:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1139:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1142:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1144:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1147:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1201:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1231:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1233:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1231:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1233:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1231:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1233:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1231:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1233:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1231:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1233:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1231:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1233:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1231:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1233:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:1237:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:1238:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1239:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1261:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1270:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:1278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1287:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1287:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1289:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1290:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1292:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1293:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1307:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1309:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1309:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1310:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1311:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1312:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1314:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1321:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1323:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1323:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1324:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1325:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1326:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1326:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1328:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1358:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1364:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1366:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:1369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1374:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1391:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1408:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1417:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1424:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1427:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1428:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1432:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1439:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1446:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1455:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1461:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1504:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1506:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1508:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1513:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1541:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1557:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1559:  Small and focused functions are preferred: win_update() has 626 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/screen.c:1562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1566:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:1572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1577:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1607:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1617:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1625:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1652:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:1657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1660:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:1673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1690:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1699:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1702:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1707:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1709:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:1711:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1717:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:1719:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1719:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/screen.c:1720:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:1723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1749:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1752:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1755:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1755:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1766:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/screen.c:1767:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1770:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1771:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1799:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1801:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1808:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1840:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1842:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1848:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1852:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1854:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1857:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1866:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1869:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1871:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1878:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1887:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1893:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1920:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1920:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1920:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1920:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1920:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1920:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1920:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1924:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1928:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1931:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1965:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1967:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1969:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1975:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1999:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2001:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:2005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2010:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:2013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2033:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2037:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2040:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2042:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2044:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2046:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2050:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2062:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:2067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2081:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:2082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2087:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2088:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2107:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2109:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2114:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2115:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2115:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2122:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2125:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2131:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2136:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2145:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2153:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2157:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2159:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2160:  Use operator || instead of or  [readability/alt_tokens] [2]
src/nvim/screen.c:2162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2181:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2182:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2185:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2198:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2213:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2215:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2216:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2217:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2217:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2219:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2220:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2226:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2235:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2242:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2248:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2255:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2257:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2283:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2285:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2286:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2288:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2288:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2290:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2300:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2302:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2302:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2304:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2306:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2306:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2315:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2317:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2321:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2328:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/screen.c:2332:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2334:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:2335:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2341:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2344:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2346:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2353:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2355:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2359:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2362:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2364:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2370:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2371:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2374:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2376:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2377:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2379:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2384:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2415:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:2418:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2425:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2427:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2446:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:2447:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:2448:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:2449:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:2450:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:2451:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:2452:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/screen.c:2452:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:2456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2468:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2470:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2474:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2475:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2486:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2489:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2503:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2509:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2525:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2529:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2539:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2540:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2542:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2543:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2566:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:2585:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2609:  Missing space after {  [whitespace/braces] [5]
src/nvim/screen.c:2609:  Missing space before }  [whitespace/braces] [5]
src/nvim/screen.c:2615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2635:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2644:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/screen.c:2647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2664:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2685:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2688:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2688:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2699:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:2698:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/screen.c:2700:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2701:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:2703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2703:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2707:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2715:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2733:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:2734:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:2744:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:2744:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2747:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2756:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2758:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2760:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2762:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2772:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2776:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2793:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2806:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2808:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2815:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2822:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2838:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2839:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2840:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2845:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2846:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2851:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:2854:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:2870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2872:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2877:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2879:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2885:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2888:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2899:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2907:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2908:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2909:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2914:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2915:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2917:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2919:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2925:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2928:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2947:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/screen.c:2951:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2951:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2952:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2953:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2955:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2976:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2979:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2980:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2989:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2990:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2992:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2994:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3000:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3002:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3005:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3011:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3012:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3017:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3046:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3051:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3053:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3060:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:3086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3088:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3090:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3110:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3114:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3116:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3120:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3122:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3122:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3149:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3150:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3160:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3179:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/screen.c:3191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3198:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3199:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3212:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3215:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:3216:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:3216:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3219:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3220:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3221:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3226:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3229:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3231:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3235:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3237:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3249:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3252:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3253:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3260:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3265:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3267:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3296:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3307:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3314:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3316:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3330:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/screen.c:3338:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3356:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3359:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3440:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3453:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3467:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3468:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3467:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3468:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3467:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3468:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3467:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3468:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3480:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3483:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3483:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3502:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3505:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3512:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3541:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3542:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3541:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3542:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3546:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3547:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3548:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/screen.c:3549:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3550:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3548:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:3549:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3550:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3561:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3576:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:3578:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:3579:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:3585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3587:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3589:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3591:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3596:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3611:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3616:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3619:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3620:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3623:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3635:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3639:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3667:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3670:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3671:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3686:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3693:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3694:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3695:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3696:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3696:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3700:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3713:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3714:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:3718:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3721:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3732:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3740:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3741:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3742:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3747:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3748:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3750:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3752:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3782:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3784:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3788:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3795:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3809:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3811:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3813:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:3814:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3819:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3822:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3824:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:3826:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3828:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3830:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3833:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3874:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3875:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3874:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3875:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3883:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3886:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3887:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3891:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3926:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3934:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3938:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3941:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3947:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3954:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3957:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3963:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3981:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4036:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/screen.c:4037:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4042:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4047:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4051:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4055:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4063:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:4064:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:4076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4078:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4080:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:4083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4102:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4116:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4128:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4130:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4136:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:4137:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:4142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4162:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4163:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4167:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4170:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/screen.c:4171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4180:  Small and focused functions are preferred: () has 1606 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/screen.c:4183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4192:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4193:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4194:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4210:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4239:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:4247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4249:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/screen.c:4250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4251:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4257:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4259:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4278:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4280:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4291:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4293:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4298:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4313:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4322:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4325:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4333:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4339:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4347:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:4351:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4357:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4360:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4362:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4375:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4383:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/screen.c:4384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4394:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4416:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4421:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4422:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4447:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/screen.c:4450:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4463:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4479:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4488:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4489:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4490:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4491:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:4493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4495:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:4501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4513:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4514:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4530:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4554:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4570:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:4573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4586:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4591:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4596:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4603:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4607:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4609:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4612:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4615:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:4617:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4626:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4629:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4630:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4633:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4636:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4641:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4668:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4681:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4687:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4721:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4753:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4757:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4759:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4761:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4764:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4771:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4782:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4805:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4818:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:4837:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4839:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4844:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4851:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4858:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4867:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4872:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4874:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4876:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4877:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4887:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4902:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4905:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4906:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4910:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4918:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:4920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4926:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4927:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4943:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4945:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4948:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4949:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/screen.c:4950:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4962:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:4964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4967:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4982:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4989:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4991:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5011:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5013:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5014:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:5016:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5020:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5032:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5034:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5037:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5043:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5050:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5056:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5057:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5085:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5087:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5089:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5091:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5105:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:5110:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:5115:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5126:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5128:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5128:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5150:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5152:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5174:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5175:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5176:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5179:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5208:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5213:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5223:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5240:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5250:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5252:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5254:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5256:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5258:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5258:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5259:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5261:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5262:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5273:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5279:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5291:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5315:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5317:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5324:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5328:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5337:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5339:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5339:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5345:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5361:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5383:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5385:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5426:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5428:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5450:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:5450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5460:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5461:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5462:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5464:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5465:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5471:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:5473:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5474:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5480:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:5484:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5498:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5512:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:5514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5531:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5533:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5554:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5556:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5557:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5558:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5558:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5562:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5568:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5570:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5572:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5584:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:5585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5594:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5598:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:5598:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5622:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:5682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5692:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5709:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5714:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5741:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5762:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:5771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5771:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5773:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5775:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5799:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5807:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5814:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5815:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:5818:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5819:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:5822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5830:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5836:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5852:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5856:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5861:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5866:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5867:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5869:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5870:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5871:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5872:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5873:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5889:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5890:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5891:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5920:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5930:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/screen.c:5931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5931:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5932:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5943:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5960:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5962:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5988:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5996:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:5999:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6005:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/screen.c:6014:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6015:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6031:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6052:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6056:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6066:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6069:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6070:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6072:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6073:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6075:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6077:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6079:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6082:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6084:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6088:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6091:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6092:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6096:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6097:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6098:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6100:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6101:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6102:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6104:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6106:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6107:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6109:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6110:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6122:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6137:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6141:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6149:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6161:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6173:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6192:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6196:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6198:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6201:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6202:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6203:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6209:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6219:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6221:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6234:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6239:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6240:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6242:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6244:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6246:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6248:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6259:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6262:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6263:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6266:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6267:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6262:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6263:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6266:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6267:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6263:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6266:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6285:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6288:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6291:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6294:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6295:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6304:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6306:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6307:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6308:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6309:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6316:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6317:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6320:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6331:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6351:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6354:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6357:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6358:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6362:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6372:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6373:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6381:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/screen.c:6382:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6388:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:6396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6410:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6415:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6418:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6431:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6434:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6454:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:6459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6466:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6483:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6492:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6508:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:6513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6520:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6537:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6547:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6579:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:6581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6587:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6594:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6598:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6611:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6614:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6617:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6623:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6625:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6633:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:6635:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6637:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6638:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6641:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:6643:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6647:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6649:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6652:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6654:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6657:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6680:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6686:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6689:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6690:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6692:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6696:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:6697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6701:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6706:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6709:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6710:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6711:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6735:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6736:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6737:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6737:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:6739:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6767:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:6769:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6772:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6777:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6786:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6787:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6788:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6790:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6815:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6817:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6820:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6833:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6834:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6835:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6836:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6841:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6847:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6859:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6864:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/screen.c:6868:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6879:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:6883:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6885:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6898:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6907:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6909:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6910:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6930:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6934:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6946:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6948:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6975:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6979:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6984:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:6987:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6993:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7000:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7007:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7012:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7013:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7016:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7022:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7023:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7024:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7026:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7034:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7035:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7036:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7037:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7044:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7045:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7046:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7047:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7048:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7049:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7050:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7051:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7052:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7053:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/screen.c:7073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7076:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7078:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7089:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7090:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7093:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7094:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7104:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7107:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7111:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7116:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7118:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:7124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7134:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:7140:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7141:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7142:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7164:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7167:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:7168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7171:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7182:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7198:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7204:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7207:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7220:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7260:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7261:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7270:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:7272:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:82:  Missing space after {  [whitespace/braces] [5]
src/nvim/search.c:82:  Missing space before }  [whitespace/braces] [5]
src/nvim/search.c:84:  Missing space after {  [whitespace/braces] [5]
src/nvim/search.c:84:  Missing space before }  [whitespace/braces] [5]
src/nvim/search.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:89:  Missing space after {  [whitespace/braces] [5]
src/nvim/search.c:89:  Missing space before }  [whitespace/braces] [5]
src/nvim/search.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:90:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:91:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:101:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:128:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:129:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:140:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:147:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:152:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:154:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:156:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:162:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:163:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:167:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:172:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:173:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:182:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:185:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:192:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:225:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:244:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:246:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:260:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:263:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:314:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:318:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:334:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:335:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:338:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:340:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:342:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:344:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:346:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:347:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:348:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:351:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:366:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:373:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:375:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:411:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:413:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:418:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:421:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:422:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:424:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:429:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:431:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:436:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:477:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/search.c:476:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:477:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/search.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:484:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:505:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:508:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:509:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:517:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:525:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:526:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:528:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:536:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:540:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:553:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:554:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:559:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:561:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:565:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:572:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:573:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:574:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:574:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/search.c:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:576:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:584:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:586:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:587:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:595:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:620:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:627:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:630:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:636:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:639:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:643:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:647:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:648:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:649:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:647:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:648:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:649:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:650:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/search.c:651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:660:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:662:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:673:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:695:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:699:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:710:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:716:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:719:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:724:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:728:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:731:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:735:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:740:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/search.c:743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:745:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:752:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:770:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:770:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:776:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:794:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:803:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:807:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:810:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:817:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:829:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:831:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:833:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:835:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:837:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:848:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:850:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:851:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:855:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:856:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:858:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:866:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:867:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:892:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:946:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:961:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:963:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:963:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:968:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:970:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:977:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:980:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:989:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1031:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1032:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1040:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1041:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1042:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1044:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1048:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:1049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1050:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1052:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1054:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1057:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:1061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1072:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1074:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1083:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1088:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1090:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1092:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1094:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1095:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:1096:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1101:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1115:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1121:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1123:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1136:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1137:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1144:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1145:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1154:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1155:  Missing space after ,  [whitespace/comma] [3]
src/nvim/search.c:1158:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1165:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1167:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1173:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1184:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1186:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1188:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1197:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:1198:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1202:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/search.c:1202:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1203:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:1204:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1218:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1230:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1233:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1236:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1258:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1265:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1274:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1281:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1283:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1285:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1293:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1298:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1324:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1333:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:1334:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1335:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:1338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1339:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1341:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1343:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1352:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1353:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1356:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1358:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1370:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1373:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1378:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1381:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1384:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1388:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1390:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1392:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1401:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1404:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1438:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1440:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1442:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1461:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1463:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1467:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1468:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1470:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1472:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1479:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1525:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1531:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1542:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1544:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1546:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1557:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1563:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1564:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1584:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1585:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1586:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1590:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/search.c:1593:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1597:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1603:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1606:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1621:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1625:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1628:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1629:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1635:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1637:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1644:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1654:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1658:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1660:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1662:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1668:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1670:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1676:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1681:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1683:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1684:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1687:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1693:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1697:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1699:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1709:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1717:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1721:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1722:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1730:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1733:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1737:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1746:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1751:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1755:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1765:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1773:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1780:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1783:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1785:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1795:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1813:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1815:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1817:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1825:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1826:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1841:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1843:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1846:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1848:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1861:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1863:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1870:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1872:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1875:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1885:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1890:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1891:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1892:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1893:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1901:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1902:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1903:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1904:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1912:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1913:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1931:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1932:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1942:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1943:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1947:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1990:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1999:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2004:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2010:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2012:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2012:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2013:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2042:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2048:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2049:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2050:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2053:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2054:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2059:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2061:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2065:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2070:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2081:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2082:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2100:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2103:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2108:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2115:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2127:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2151:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2153:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2181:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2183:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2192:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2194:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2194:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/search.c:2195:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2202:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/search.c:2203:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2204:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2208:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2212:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2217:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2219:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2221:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2236:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2237:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2244:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2246:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2247:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/search.c:2252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2252:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2258:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2260:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2266:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2267:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2285:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2298:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:2298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2306:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2316:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2319:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2322:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2330:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2338:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2354:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2357:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:2362:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2378:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2379:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2380:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2382:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2383:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2416:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2418:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2422:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2430:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2436:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2439:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2450:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2451:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2466:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2476:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2478:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2484:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2487:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2498:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2502:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2525:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2528:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2537:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2540:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2547:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2553:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2582:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2585:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2596:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2604:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2607:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2614:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2619:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2629:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2630:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2643:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2645:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2652:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2653:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2661:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2663:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2676:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2677:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2678:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2679:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2691:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2717:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2718:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2725:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2727:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2737:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2738:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2748:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2754:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2774:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2774:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2784:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2785:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2787:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2790:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2791:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2814:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2817:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2817:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2820:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2820:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2828:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2831:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2831:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2838:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2841:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2841:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2863:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2865:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2873:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2877:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2879:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2915:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2920:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2927:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2928:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2929:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2933:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2936:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2939:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2952:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2953:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:2954:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2958:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2963:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2965:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2969:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2972:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2982:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2985:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2988:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2992:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2994:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2994:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2996:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2999:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3000:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3001:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3013:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3015:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3021:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3023:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3030:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3032:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3044:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3045:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3059:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3070:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3071:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3072:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3074:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3080:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3091:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3117:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3142:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3147:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3149:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3159:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3161:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3164:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3191:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:3196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3197:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3198:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3203:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3206:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3209:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3217:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3222:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3223:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3227:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3228:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3230:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3240:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3241:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3268:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3278:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3279:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3282:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3284:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3285:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3287:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3289:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3290:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3298:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3308:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3309:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3310:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3311:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3323:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:3324:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/search.c:3332:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:3333:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:3336:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3352:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3353:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3372:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3383:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3421:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3422:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3436:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3440:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3450:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3452:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3470:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3473:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3480:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3482:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3499:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3502:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3512:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3517:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3520:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3523:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3531:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3537:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3543:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3544:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3553:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3554:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3560:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3584:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3585:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3596:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3598:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3600:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3602:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3604:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3616:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3617:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3630:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3631:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3632:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3634:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3636:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3646:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3647:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3658:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3659:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3660:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3661:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3667:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3692:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3694:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3706:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3707:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3709:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3717:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3718:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3720:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3733:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3735:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3746:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3747:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3750:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3751:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3752:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3755:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3765:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3766:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3771:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3772:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3773:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3779:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3780:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3782:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3783:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3789:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3816:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3819:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/search.c:3823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3824:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3842:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3858:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3859:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3871:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3882:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3884:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3887:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3906:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3911:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3919:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3945:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3947:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3949:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3953:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3960:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3962:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3965:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/search.c:3968:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3994:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3995:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4007:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4010:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4012:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4014:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4019:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4020:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4043:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:4044:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:4051:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/search.c:4045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4050:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:4050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4050:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:4053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4080:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4081:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4082:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4103:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:4104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4108:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4114:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4116:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4120:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4121:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4123:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4130:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4132:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4142:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4152:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4153:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4157:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4159:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4161:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4165:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:4165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4175:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4184:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4186:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4186:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:4187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4187:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4189:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4193:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4196:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4201:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:4201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4203:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4222:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4224:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/search.c:4225:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4226:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/search.c:4230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4236:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/search.c:4241:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4251:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4253:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4264:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4270:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4272:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4279:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4282:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4282:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:4291:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4293:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4295:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4296:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4297:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4301:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4304:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/search.c:4308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4313:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4322:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:4324:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4340:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/search.c:4342:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4344:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4347:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4355:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4357:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4358:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4367:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4375:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4380:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4394:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4396:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4400:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4415:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4418:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:4419:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4430:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4441:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4450:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4455:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4456:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4457:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4460:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4463:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4464:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4465:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4467:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4469:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:4469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4469:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4474:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4475:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4477:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4478:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4479:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4476:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4483:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4484:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4486:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4487:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4491:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4493:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4494:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4495:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4503:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4510:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4511:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4511:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4513:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:4517:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4518:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4517:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4518:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4527:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4540:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4543:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4551:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4553:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4570:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4577:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4579:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4582:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4595:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4601:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4603:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4609:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4611:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4613:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4616:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4626:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/search.c:4630:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4632:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4633:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4634:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4640:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4642:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4647:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:4649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4649:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:4650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4654:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4658:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4662:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4666:  if should always use braces  [readability/braces] [5]
src/nvim/sha256.c:88:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:328:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/spell.c:379:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:381:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:486:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/spell.c:498:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/spell.c:752:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/spell.c:894:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/spell.c:983:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/spell.c:1067:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:1085:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1089:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1098:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1100:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1116:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1120:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1134:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1152:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1175:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1184:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1189:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:1195:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:1207:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1211:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1225:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1238:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1240:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1278:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1297:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/spell.c:1300:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1315:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1338:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1343:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1348:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1354:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1356:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1358:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1358:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1365:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1377:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1379:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1397:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1400:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1403:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1415:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:1441:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1448:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:1450:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1452:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1453:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1457:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1477:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1482:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1485:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1485:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1490:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1497:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1499:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1503:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1504:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1505:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1506:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1511:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1520:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1523:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:1525:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1528:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1538:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1556:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1558:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1561:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1563:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1570:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:1585:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1597:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:1606:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1614:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1640:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1644:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1653:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1660:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1662:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1664:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1666:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1668:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1670:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1680:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1686:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1689:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1693:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1704:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:1720:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1735:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1740:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:1744:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1746:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1752:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1761:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:1765:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1766:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1799:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1802:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1809:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:1810:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1812:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1814:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1821:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1834:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:1852:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1857:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1867:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1897:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1916:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1938:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1945:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1946:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1951:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1956:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1965:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1967:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1969:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1969:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1976:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2000:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2004:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2005:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2042:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:2069:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2085:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2096:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2100:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2102:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2105:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2110:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2116:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2118:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2125:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2151:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2151:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2152:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2154:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2166:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2177:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2195:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2202:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2205:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2207:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2209:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2209:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2214:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2219:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2221:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2223:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2223:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2228:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2234:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2239:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2241:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2248:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2269:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:2303:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2304:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2305:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2310:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2311:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2314:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2316:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2316:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2328:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:2331:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:2332:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:2332:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/spell.c:2337:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:2345:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/spell.c:2346:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2356:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2365:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2498:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2500:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2519:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:2540:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2542:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2563:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2571:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:2591:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2595:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2602:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2616:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2642:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2670:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2672:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2683:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:2684:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2698:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2704:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2709:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2714:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2715:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2727:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2730:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2735:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2755:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:2762:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2766:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2777:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2779:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:2796:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2807:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2814:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2831:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2840:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2848:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:2859:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/spell.c:2865:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2875:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2877:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2882:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2894:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2915:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2917:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2919:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2923:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2934:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2942:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2954:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2959:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2961:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2966:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2969:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:2984:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2986:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2988:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2990:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3034:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3037:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3039:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3053:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:3066:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3068:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3068:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3082:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3089:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:3104:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3106:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3108:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3110:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3112:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3114:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3133:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3144:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3146:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3148:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3172:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3177:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3183:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3189:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3194:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3196:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3196:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3211:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3216:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3224:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3267:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3269:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3271:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3271:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3276:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3287:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3296:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3298:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3300:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3310:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3315:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3327:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3328:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3345:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3349:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3351:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3353:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3375:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3390:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3401:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3403:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3440:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3443:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3447:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3464:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:3469:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3475:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3478:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3500:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3505:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3515:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:3520:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3530:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3545:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3557:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:3572:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3585:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3600:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:3619:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3622:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3629:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3642:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3644:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3650:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3659:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3661:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3663:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3669:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:3672:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3684:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3686:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3688:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3688:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3691:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3692:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3729:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3767:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3771:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3772:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3772:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:3779:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3783:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3784:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3791:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3798:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3800:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3800:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3813:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3814:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:3814:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:3822:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3825:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3830:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3840:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3854:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3865:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3865:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:3868:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3873:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3874:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3874:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:3880:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3882:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3882:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3885:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3892:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3900:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3902:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3930:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3933:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3939:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3939:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3946:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3949:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3955:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3955:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3983:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3986:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3993:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3995:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3998:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3998:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4007:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4019:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4021:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4033:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:4045:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4046:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4048:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4050:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4056:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4061:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4064:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4070:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4072:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4096:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4098:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4106:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4108:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4111:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4120:  Missing space after {  [whitespace/braces] [5]
src/nvim/spell.c:4120:  Missing space before }  [whitespace/braces] [5]
src/nvim/spell.c:4180:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:4189:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:4191:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4201:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4234:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4245:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:4261:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:4264:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4266:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4269:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4274:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4276:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4286:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4311:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:4390:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4412:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:4414:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4416:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4420:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4421:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:4423:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4424:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:4426:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4436:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4438:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4438:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4444:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4446:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4448:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4450:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4453:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4468:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4469:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4470:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4487:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:4488:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:4492:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4494:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:4495:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:4499:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4504:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4508:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4512:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4516:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4521:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4525:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4529:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4530:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4531:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:4536:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4537:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4538:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:4551:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4560:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4573:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4579:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4585:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4597:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4605:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4606:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4608:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4608:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4637:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4639:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4650:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4651:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:4653:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4659:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4660:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4663:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4664:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4666:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4677:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4689:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4695:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4700:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4702:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4715:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4733:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4741:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4742:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4745:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4769:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4770:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:4771:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4772:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:4774:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4775:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4794:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:4794:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:4820:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4824:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4823:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:4844:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4856:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4858:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4864:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4866:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4868:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4870:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4873:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/spell.c:4892:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/spell.c:4893:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4902:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4907:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4908:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4910:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4911:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4914:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4915:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4922:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4931:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4946:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:4950:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4952:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4954:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4956:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4959:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4960:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4973:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4978:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4999:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5001:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5022:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5033:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5038:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5040:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5042:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5052:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5055:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5057:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5057:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5073:  Small and focused functions are preferred: spell_read_aff() has 615 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/spell.c:5077:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5100:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5102:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5105:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5108:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5126:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5133:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5136:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5164:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5176:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5192:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5203:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5206:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5215:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5217:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5217:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5219:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5234:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5268:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5271:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5281:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5283:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5294:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5302:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5311:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5318:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5353:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5357:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5402:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5410:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5419:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5425:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:5427:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5449:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5451:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5469:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5470:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5474:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:5490:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5493:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5497:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5508:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5509:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5512:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5516:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5523:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5524:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5530:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5531:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5532:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5536:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5537:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5538:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5545:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5547:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5562:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5563:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5565:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5566:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5568:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5569:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5571:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5572:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5574:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5575:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5577:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5578:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5587:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5605:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5609:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5620:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5634:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5637:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5652:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:5693:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5693:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5717:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5717:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5717:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5717:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5721:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5723:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5730:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5732:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5743:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5747:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5760:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5761:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5762:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5769:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5770:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5772:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5778:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5781:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5782:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5789:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5790:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5792:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5796:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5799:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5800:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5807:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5809:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5835:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5843:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5845:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5850:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5851:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5852:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5857:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5858:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5859:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5860:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5862:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5869:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5870:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5871:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5872:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5873:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5876:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5877:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5878:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5879:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5876:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5877:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5878:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5879:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5876:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5877:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5878:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5879:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5923:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5928:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:5930:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5952:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5955:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5958:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5958:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5964:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5966:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5966:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5976:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5979:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5979:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5981:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5984:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5984:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6008:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6010:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6012:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6014:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6015:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6054:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6076:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/spell.c:6077:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6105:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6138:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:6155:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6157:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6158:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6165:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6167:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6168:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6180:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/spell.c:6199:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6202:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6213:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6218:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6250:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6258:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6260:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6260:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6264:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6288:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6304:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6306:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6320:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:6330:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6346:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6350:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6353:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6356:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6359:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6362:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6365:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6381:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6383:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6383:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6390:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6407:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6441:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6444:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6446:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6448:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6452:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6465:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:6499:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:6517:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6531:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6563:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:6565:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6602:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6629:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6651:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6653:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6661:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6663:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6703:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6705:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6707:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6710:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6714:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6718:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6720:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6736:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6742:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6744:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6746:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6761:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6765:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/spell.c:6799:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:6803:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6807:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6907:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6909:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6911:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6932:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6935:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6938:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6940:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6953:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6958:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6975:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:6984:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6992:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:6996:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7009:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7011:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7011:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7020:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7022:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7036:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7038:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7051:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7055:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7068:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7069:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7071:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7113:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7114:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7114:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:7119:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7135:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7142:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7163:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7186:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7206:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7212:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/spell.c:7225:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7227:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7277:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7288:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:7315:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7321:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7322:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7322:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:7328:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:7337:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7367:  Mismatching spaces inside () in if  [whitespace/parens] [5]
src/nvim/spell.c:7373:  Mismatching spaces inside () in if  [whitespace/parens] [5]
src/nvim/spell.c:7424:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7428:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:7464:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:7475:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7479:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7508:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:7520:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:7571:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7575:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7578:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7581:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7585:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7589:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7591:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7593:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7595:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7595:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7643:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7658:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7660:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7660:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7663:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7664:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7670:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7678:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7692:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7699:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7703:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7717:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7718:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7726:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7728:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/spell.c:7741:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7745:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7756:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7757:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7762:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:7784:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7803:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7814:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7840:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7845:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:7853:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7867:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:7879:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7881:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7881:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7882:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7884:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7888:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:7898:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7922:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7933:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7937:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7938:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7944:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7946:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7947:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7947:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7957:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7963:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7964:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7965:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7992:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8018:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8019:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8069:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8071:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8073:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8110:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:8134:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8183:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8187:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8194:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8210:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8223:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8235:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8243:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8245:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8259:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8275:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8313:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8348:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8350:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8352:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8354:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8356:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8365:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8369:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8395:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8406:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8408:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8412:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8422:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:8425:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:8445:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8447:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8450:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8452:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8454:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8455:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8466:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8479:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8485:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:8492:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8494:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8495:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8497:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8507:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8513:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8515:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8516:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8517:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8519:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8520:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:8533:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8548:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8549:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:8570:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8575:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8593:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8601:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8603:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8603:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8605:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8607:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8607:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8614:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8620:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:8624:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8659:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:8666:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8674:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8679:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:8695:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8697:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8704:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:8742:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:8765:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8770:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8772:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8772:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8780:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8784:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8787:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8788:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8805:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8807:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8816:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8820:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8838:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8841:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8841:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8844:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8851:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8871:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8875:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8877:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8908:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8913:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8914:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/spell.c:8925:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8953:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8958:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8996:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:9000:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9036:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9040:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9044:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:9048:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9054:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9058:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9067:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9074:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9077:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9091:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9105:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9108:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9109:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9109:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:9120:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9146:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9194:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:9205:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9207:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9209:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9211:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9213:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9215:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9215:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:9232:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9234:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9241:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9244:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:9248:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9252:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9283:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9308:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9349:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:9440:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:9441:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/spell.c:9454:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9456:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9460:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9462:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:9476:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9496:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9513:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:9514:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/spell.c:9517:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9518:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9522:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9535:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9538:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9552:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9553:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9552:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9553:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9556:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9557:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9559:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9561:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9562:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9563:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9571:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9577:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9586:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9587:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9590:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9591:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9596:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:9598:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9599:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9614:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9616:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9619:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9620:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9620:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:9625:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9633:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9636:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9649:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9658:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9661:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9664:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9665:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9669:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:9681:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:9697:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9703:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9704:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9705:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9710:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9711:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9719:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9720:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9723:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9724:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9744:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:9774:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9774:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9782:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9788:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9795:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:9804:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9808:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:9810:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9812:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9812:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9815:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9817:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9822:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9828:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9830:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9829:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:9831:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9833:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9832:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:9843:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9855:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9856:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9862:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9864:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9869:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9872:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:9880:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9882:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9888:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9890:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9893:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9942:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9944:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9955:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9959:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9968:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9970:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9971:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9969:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:9972:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9974:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9975:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9973:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:9982:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9995:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10006:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:10011:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10014:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10015:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10018:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10014:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10015:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10014:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10015:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10018:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10018:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10024:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10028:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10029:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10030:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10031:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10028:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10029:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10030:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10031:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10028:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10029:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10031:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10049:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10062:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10066:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10066:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10083:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10087:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10094:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10095:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10093:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10111:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10113:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10117:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10167:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10171:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10178:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10179:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10177:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10195:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10202:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10231:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10233:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10235:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10238:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10240:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10262:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10263:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10261:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10277:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10306:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10308:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10313:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10315:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10333:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10334:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10332:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10349:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10387:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10386:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10408:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10436:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10437:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10435:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10457:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10494:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10496:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10513:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10515:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10529:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10530:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10528:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10550:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10558:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10560:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10591:  Small and focused functions are preferred: suggest_trie_walk() has 902 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/spell.c:10611:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:10613:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:10683:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10701:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10703:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10705:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10705:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10712:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10724:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10811:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10824:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10832:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10833:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10835:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10860:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:10861:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10863:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10865:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10888:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:10905:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10907:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10907:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10915:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10917:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:10929:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10931:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10955:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10979:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:11002:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11018:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11057:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11070:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:11085:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11088:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11092:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11102:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11120:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11133:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11140:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11142:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11145:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11148:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11158:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11171:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11173:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11175:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11184:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11186:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11216:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11224:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11230:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11234:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11240:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11243:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11252:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11253:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:11263:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11266:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11269:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11289:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11298:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11300:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11300:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11301:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11321:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11323:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11323:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11329:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11346:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11348:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11350:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11352:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11359:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11361:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11363:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11372:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11399:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11404:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11406:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11410:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11415:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11417:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11417:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11427:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11441:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11443:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11443:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11476:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11478:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11479:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11481:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11489:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11505:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11512:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11514:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11556:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11558:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11558:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11564:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11582:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11593:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11649:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11659:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11662:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11662:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11664:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11666:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11666:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11671:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11673:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11694:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11696:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11698:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11698:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11700:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11702:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11718:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11726:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11728:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11730:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11765:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11771:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11791:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11794:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11795:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11797:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11804:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:11806:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11819:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11826:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11850:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11854:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11855:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11857:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11866:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:11868:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11880:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11891:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11891:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11891:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11892:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11896:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11904:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11910:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11916:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11927:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11937:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11944:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11960:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12010:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12016:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12041:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12045:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12048:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12049:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12051:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12058:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:12060:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12073:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12080:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12104:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12108:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12112:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12113:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12115:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12124:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:12126:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12138:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12149:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12149:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12149:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12150:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12154:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12162:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12173:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12180:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12186:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12188:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12196:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12199:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12204:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12209:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12212:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12226:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12242:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12253:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:12270:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12274:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12285:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12287:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12298:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12325:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12339:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12346:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12351:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12363:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12375:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12385:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12393:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12399:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12404:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12412:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12419:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12424:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12434:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12444:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12477:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12480:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12493:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12506:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12508:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12508:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12510:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12512:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12512:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12514:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12518:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12532:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12537:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12540:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12557:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:12571:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12592:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12595:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12605:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12609:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:12611:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12663:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12665:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12665:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12667:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12671:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12684:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12697:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12704:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:12722:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12726:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12749:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12752:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12762:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12766:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:12768:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12820:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12822:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12822:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12824:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12828:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12841:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12854:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12865:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12895:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12903:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:12907:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12913:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12914:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:12924:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:12953:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12955:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12955:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12957:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12959:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12972:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12974:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12984:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:12986:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12993:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12998:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:13003:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13005:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:13020:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13051:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13059:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13060:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13065:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13067:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13082:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13094:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/spell.c:13104:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13106:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13115:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13127:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13129:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13131:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:13133:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13134:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:13135:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13136:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:13147:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13152:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:13153:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:13157:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13157:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13167:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:13221:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:13222:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13231:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13232:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13241:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13245:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13246:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13247:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13270:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:13286:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13293:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13301:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:21:  "nvim/func_attr.h" already included at src/nvim/strings.c:19  [build/include] [4]
src/nvim/strings.c:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:98:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:113:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:198:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:203:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:231:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:238:  while should always use braces  [readability/braces] [5]
src/nvim/strings.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:324:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/strings.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:326:  An else should always have braces before it  [readability/braces] [5]
src/nvim/strings.c:326:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/strings.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:344:  while should always use braces  [readability/braces] [5]
src/nvim/strings.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:362:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/strings.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:379:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:381:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:403:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:405:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:428:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:439:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:447:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:454:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:472:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:491:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:525:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:526:  for should always use braces  [readability/braces] [5]
src/nvim/strings.c:527:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:80:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/syntax.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:82:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/syntax.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:84:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/syntax.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:98:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:99:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/syntax.c:99:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:101:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:102:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/syntax.c:102:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:121:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:126:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:128:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:129:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:139:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:148:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:161:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:165:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:166:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:167:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:178:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:181:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:182:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:183:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:212:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:212:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:299:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:312:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:312:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:351:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:351:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:356:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:362:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:404:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:414:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:425:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:427:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:437:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:441:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:445:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:455:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:458:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:462:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:469:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:471:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:475:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:484:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:486:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:488:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:490:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:498:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:501:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:512:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/syntax.c:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:597:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:599:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:599:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:600:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:602:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:604:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:609:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:611:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:632:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:648:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:667:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/syntax.c:668:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:671:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:696:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:707:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:738:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:740:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:742:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:749:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:753:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:784:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:789:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:791:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:826:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:834:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:842:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:873:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:888:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:889:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:893:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:902:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:905:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:906:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:953:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:989:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:991:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:997:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:999:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1005:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1007:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/syntax.c:1008:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1036:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1068:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1078:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1080:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1090:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1092:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1095:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1116:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1118:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1122:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1124:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1133:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1138:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1140:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1141:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1157:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1185:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1187:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1211:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1221:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1224:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1224:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1226:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1227:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1229:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1246:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1248:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1248:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1279:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1293:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1310:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1312:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1320:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1322:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1324:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1327:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1350:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1354:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1356:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1362:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1374:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1384:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1387:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1394:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1397:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1398:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1400:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1418:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1421:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1450:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1467:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1473:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1474:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1493:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:1494:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:1495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1502:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1511:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1520:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1539:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:1540:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:1543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1548:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1556:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1569:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1577:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1576:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1577:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1587:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:1588:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:1589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1608:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:1609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1610:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1616:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:1616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1617:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/syntax.c:1619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1621:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1633:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1637:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1638:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1644:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1645:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1655:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1673:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1674:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1684:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1686:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1700:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1703:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1700:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1703:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1700:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1703:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1705:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1706:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1718:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1723:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1739:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1769:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1770:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1772:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1774:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1778:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1779:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1774:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1778:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1779:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1774:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1778:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1779:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1778:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1779:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1783:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1789:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1807:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1824:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1833:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1842:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1847:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1875:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1876:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1884:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/syntax.c:1886:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1888:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1895:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1897:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1907:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1942:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1943:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1950:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1952:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1968:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1985:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1986:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1988:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/syntax.c:1991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2029:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2032:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2032:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2043:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2045:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2045:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2053:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2078:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2086:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2091:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2112:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2120:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2124:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2153:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2160:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2165:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2170:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2188:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2193:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2236:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2252:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2262:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2266:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2267:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2286:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2288:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2294:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2309:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2313:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2315:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2319:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2321:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2333:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2363:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2371:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2372:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2385:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2388:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2393:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2408:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2409:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2422:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2428:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2439:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2445:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2450:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2459:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2488:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2501:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2502:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2521:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2524:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2543:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2554:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2573:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2576:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2598:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2608:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2621:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2624:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2627:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2629:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2631:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2633:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2636:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/syntax.c:2638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2639:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2653:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2658:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2679:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2694:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2699:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2712:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2714:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2723:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2725:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2732:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2733:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2757:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2759:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2760:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2763:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2766:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2778:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2779:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2804:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2807:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2810:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2813:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2826:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2833:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:2853:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2860:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2862:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2870:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2871:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2876:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:2877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2890:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2892:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2896:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2938:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2943:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2944:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2943:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2944:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2961:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2965:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2966:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2967:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2968:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2969:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2982:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2986:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2987:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2988:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2989:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2990:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3003:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3007:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3009:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3011:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3013:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3022:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3023:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3025:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3098:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3109:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3153:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3162:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3169:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3171:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3171:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3173:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3174:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3175:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3194:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3204:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3211:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3230:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3251:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3263:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3289:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/syntax.c:3295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3298:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:3299:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3308:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3323:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3325:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3325:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3341:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3348:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3350:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3361:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3363:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3367:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3369:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3370:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3386:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3412:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:3413:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3420:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3424:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3424:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3425:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3425:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3426:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3426:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3427:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3427:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3428:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3428:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3429:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3429:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3430:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3430:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3431:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3431:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3432:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3432:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3433:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3433:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3434:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3434:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3438:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3438:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3439:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3439:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3440:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3440:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3441:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3441:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3448:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3450:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3454:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3456:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3460:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3466:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3468:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3470:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3478:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3481:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3483:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3490:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3492:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3495:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3498:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3517:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3535:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3537:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3543:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3550:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3552:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3558:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3560:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3567:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3571:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3573:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3592:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3594:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3604:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3614:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3620:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3625:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3627:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3629:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3632:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3634:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3643:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:3644:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3647:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3656:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3657:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3674:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3681:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3692:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3700:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3752:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3754:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3756:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3807:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3808:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3813:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/syntax.c:3814:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/syntax.c:3824:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3854:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3868:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3882:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3897:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3897:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3898:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3898:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3899:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3899:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3900:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3900:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3901:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3901:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3902:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3902:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3903:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3903:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3904:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3904:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3905:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3905:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3906:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3906:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3907:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3907:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3908:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3908:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3909:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3909:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3910:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3910:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3911:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3911:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3912:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3912:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3913:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3913:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3914:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3914:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3915:  Missing space after ,  [whitespace/comma] [3]
src/nvim/syntax.c:3915:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3915:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3918:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3921:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3930:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3936:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3937:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3943:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3952:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3960:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3963:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3966:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3993:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3996:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3998:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3998:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4001:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4016:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4033:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4038:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4044:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4060:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4063:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4074:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4090:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4092:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4110:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4110:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4111:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4137:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4141:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4143:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4156:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4160:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4177:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4180:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4181:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4182:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4211:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4213:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4217:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4225:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:4226:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:4228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4245:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4247:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4257:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4268:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4270:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4270:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4288:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4289:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4293:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4295:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4299:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4314:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4322:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:4323:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:4325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4350:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4351:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4352:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4366:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4368:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4379:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4384:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4388:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4390:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4392:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4394:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4396:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4400:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4410:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4416:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4418:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4418:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4421:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4441:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4443:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4447:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4455:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4463:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4473:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4475:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4475:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4502:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4503:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4509:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4515:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4516:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4516:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4524:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4539:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4551:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4552:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4561:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4565:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4566:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4567:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4574:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4577:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4579:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4581:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4586:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4588:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4594:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4595:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4616:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4627:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4631:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4641:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4642:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4644:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4645:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4646:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4658:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4716:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4718:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4752:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4754:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4770:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4771:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4776:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4783:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4800:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4809:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4810:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4819:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4821:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4847:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4850:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4864:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4874:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4875:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4879:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4901:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4904:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4907:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4930:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4931:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4936:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4946:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4950:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4952:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4954:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4957:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4958:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4959:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4960:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4962:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4964:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4967:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4972:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4974:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4976:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4986:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4987:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4990:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4992:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5013:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5020:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5021:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5022:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5023:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5024:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5025:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5026:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5027:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5028:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5034:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5036:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5039:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5050:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:5051:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:5055:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/syntax.c:5053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5054:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:5054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5054:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5055:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/syntax.c:5063:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5067:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5096:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5097:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/syntax.c:5098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5101:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5102:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5103:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5106:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5112:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5116:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5118:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5120:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5129:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5131:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5131:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5139:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5144:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5156:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5169:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5178:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5184:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5188:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5191:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5203:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5205:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5214:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5218:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5220:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5223:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5224:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/syntax.c:5225:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5239:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:5240:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:5241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5242:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5243:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5248:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5249:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5250:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5259:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5263:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5264:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5265:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5266:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5269:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5270:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5276:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5288:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5289:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5292:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5293:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5296:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5297:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5300:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5301:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5302:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5308:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5318:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5334:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5334:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5335:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5335:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5336:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5336:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5337:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5337:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5338:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5338:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5339:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5339:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5340:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5340:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5341:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5341:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5342:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5342:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5343:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5343:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5344:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5344:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5345:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5345:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5346:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5346:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5347:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5347:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5348:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5348:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5349:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5349:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5350:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5350:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5351:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5351:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5369:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5370:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/syntax.c:5372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5372:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5386:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5398:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/syntax.c:5399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5399:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5407:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5412:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5416:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5420:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5421:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5422:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5422:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5481:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5483:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5485:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5486:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5487:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5488:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5490:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5496:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5496:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5504:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5513:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:5514:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:5518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5525:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5591:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5602:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5603:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5604:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5605:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5606:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5608:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5610:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5697:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5700:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/syntax.c:5700:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5725:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5727:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5729:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5755:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5781:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5799:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5814:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5832:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5839:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:5840:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:5841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5847:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5869:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5871:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5872:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5873:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5879:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5881:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5883:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5884:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5891:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5895:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5896:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5897:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5897:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5899:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5899:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5900:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5901:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5910:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5912:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5912:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5914:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5928:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5933:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5936:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5938:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/syntax.c:5939:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5941:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5943:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5954:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:5955:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:5958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5972:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5973:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5974:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5975:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5977:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5983:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5999:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6008:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6009:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6010:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6011:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6018:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6020:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6042:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6052:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6054:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6064:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6067:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6076:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6087:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6096:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6109:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6114:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6114:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6117:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6118:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6123:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6127:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6132:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6140:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6148:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6160:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6174:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6183:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6189:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6196:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6197:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6211:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6214:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6217:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6221:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6224:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6228:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6236:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6238:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6245:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6248:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6250:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6251:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6253:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6253:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6255:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6259:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6261:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6261:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6263:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6276:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:6282:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:6283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6284:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:6290:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:6291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6292:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:6298:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:6299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6300:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:6306:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:6308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6310:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6311:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6316:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/syntax.c:6317:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6318:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6333:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6334:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6371:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6373:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6377:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6379:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6380:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6388:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6406:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6428:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6435:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6447:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6449:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6449:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6454:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6463:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6513:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6525:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6550:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6583:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6593:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6596:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:6674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6674:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6686:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6691:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6693:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6695:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6698:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6700:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6702:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6704:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6708:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6714:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6716:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6720:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:6726:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6727:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6730:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6731:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/syntax.c:6732:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6734:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6734:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6738:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6747:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6748:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6765:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:6773:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6782:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6791:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:6793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6799:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6800:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6801:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6803:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6806:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6807:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6808:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6810:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6811:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6812:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6816:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6818:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6822:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6825:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6827:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6829:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/syntax.c:6832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6840:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:6841:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:6842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6848:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6852:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6853:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6858:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6859:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6861:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6862:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6865:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6867:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6885:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:6886:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:6887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6894:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6923:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6924:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6944:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6975:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6977:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7061:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7070:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7101:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:7103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7106:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7114:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7116:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:7118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7118:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7122:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7123:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7126:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7140:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7160:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7164:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7167:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7171:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7173:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:7181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7197:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/syntax.c:7210:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:7212:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:7213:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:7216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7273:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7284:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7298:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7300:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7319:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/syntax.c:7319:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/syntax.c:7320:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7322:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7324:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7327:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7330:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7338:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7338:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7339:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7339:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7340:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7340:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7341:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7341:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7342:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7342:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7343:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7343:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7344:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7344:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7345:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7345:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7346:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7346:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7347:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7347:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7348:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7348:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7349:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7349:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7350:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7350:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7351:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7351:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7352:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7352:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7353:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7353:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7354:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7354:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7355:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7355:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7356:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7356:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7357:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7357:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7358:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7358:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7359:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7359:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7360:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7360:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7361:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7361:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7362:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7362:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7363:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7363:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7364:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7364:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7365:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7365:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7366:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7366:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7367:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7367:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7368:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7368:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7369:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7369:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7370:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7370:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7371:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7371:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7372:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7372:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7373:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7373:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7374:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7374:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7375:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7375:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7376:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7376:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7377:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7377:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7378:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7378:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7379:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7379:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7380:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7380:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7381:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7381:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7382:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7382:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7383:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7383:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7384:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7384:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7385:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7385:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7386:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7386:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7387:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7387:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7388:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7388:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7389:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7389:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7390:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7390:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7391:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7391:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7392:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7392:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7393:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7393:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7394:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7394:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7395:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7395:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7396:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7396:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7397:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7397:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7398:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7398:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7399:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7399:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7400:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7400:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7401:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7401:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7402:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7402:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7403:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7403:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7404:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7404:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7405:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7405:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7406:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7406:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7407:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7407:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7408:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7408:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7409:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7409:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7410:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7410:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7411:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7411:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7412:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7412:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7413:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7413:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7414:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7414:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7415:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7415:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7416:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7416:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7417:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7417:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7418:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7418:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7419:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7419:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7420:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7420:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7421:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7421:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7422:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7422:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7423:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7423:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7424:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7424:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7425:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7425:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7426:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7426:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7427:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7427:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7428:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7428:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7429:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7429:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7430:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7430:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7431:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7431:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7432:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7432:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7433:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7433:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7434:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7434:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7435:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7435:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7436:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7436:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7437:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7437:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7438:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7438:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7439:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7439:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7440:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7440:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7441:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7441:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7442:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7442:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7443:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7443:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7444:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7444:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7445:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7445:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7446:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7446:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7447:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7447:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7448:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7448:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7449:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7449:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7450:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7450:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7451:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7451:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7452:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7452:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7453:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7453:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7454:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7454:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7455:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7455:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7456:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7456:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7457:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7457:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7458:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7458:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7459:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7459:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7460:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7460:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7461:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7461:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7462:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7462:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7463:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7463:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7464:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7464:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7465:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7465:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7466:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7466:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7467:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7467:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7468:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7468:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7469:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7469:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7470:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7470:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7471:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7471:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7472:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7472:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7473:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7473:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7474:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7474:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7475:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7475:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7476:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7476:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7477:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7477:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7478:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7478:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7479:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7479:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7480:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7480:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7481:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7481:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7482:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:7483:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7483:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7484:  Missing space after ,  [whitespace/comma] [3]
src/nvim/syntax.c:7484:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7484:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7485:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7485:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7486:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7486:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7487:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7487:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7488:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7488:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7489:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7489:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7490:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7490:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7491:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7491:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7492:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7492:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7493:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7493:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7494:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7494:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7495:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7495:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7496:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7496:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7497:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7497:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7498:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7498:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7499:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7499:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7500:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7500:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7501:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7501:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7502:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7502:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7503:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7503:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7504:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7504:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7509:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/syntax.c:7526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:96:  Missing space after {  [whitespace/braces] [5]
src/nvim/tag.c:96:  Missing space before }  [whitespace/braces] [5]
src/nvim/tag.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:124:  Missing space after {  [whitespace/braces] [5]
src/nvim/tag.c:124:  Missing space before }  [whitespace/braces] [5]
src/nvim/tag.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:146:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:147:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:163:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:170:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:173:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:182:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:183:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:198:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:204:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:218:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:219:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:221:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:222:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:223:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:231:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/tag.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:248:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:255:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:265:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:268:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:271:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:272:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:305:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:317:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:319:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:338:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:347:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:356:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:365:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:379:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:381:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:383:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:422:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:433:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:435:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:437:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:452:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:455:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:465:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:468:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:470:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:472:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:475:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:491:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:505:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:509:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:513:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:523:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:525:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:527:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:528:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:537:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:538:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:540:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:543:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:546:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:547:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:549:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:554:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:555:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:565:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:567:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:576:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:597:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:612:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:617:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:619:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/tag.c:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:630:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:634:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:638:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:640:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:653:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:657:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:661:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:665:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:669:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:670:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:671:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:696:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:710:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:713:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:713:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:722:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:724:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/tag.c:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:739:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:742:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:766:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:790:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:797:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:804:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:816:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:828:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:830:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:832:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:849:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:860:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:862:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:859:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:863:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:867:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:869:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:871:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:872:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:899:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:901:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:903:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:903:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:913:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:915:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:923:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:928:  Small and focused functions are preferred: () has 574 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/tag.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:944:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:964:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:969:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:970:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:971:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:972:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:973:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:968:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:976:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:981:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:998:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1000:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1020:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1022:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1024:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1026:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1027:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:1029:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1030:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1032:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1036:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1038:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1067:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:1068:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:1074:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:1069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1073:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1085:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1086:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1090:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1097:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:1097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1099:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1146:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1148:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1149:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1167:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:1170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1175:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1191:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1198:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1223:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1226:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1231:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1233:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1233:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1238:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1240:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1245:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1251:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1259:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1259:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1262:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1265:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1272:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1278:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1287:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1296:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1299:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1305:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1309:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1317:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1319:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1325:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/tag.c:1334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1378:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/tag.c:1378:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1381:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1383:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1426:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1434:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1439:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:1440:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/tag.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1460:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1462:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1464:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1466:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1468:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1470:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1476:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1513:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1525:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1537:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1547:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1550:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1564:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1566:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1568:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1576:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1578:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1579:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1584:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1586:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1587:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1595:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1597:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1613:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1616:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1624:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1627:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1636:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1638:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1646:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1648:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1651:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1654:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1660:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1664:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1666:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1668:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1670:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1672:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1681:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1684:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1685:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1686:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1686:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1690:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1692:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1693:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1700:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1710:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1713:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1717:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1733:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1734:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1735:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1742:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1744:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1747:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1749:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1752:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1754:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1785:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1787:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1788:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1784:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:1786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1788:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/tag.c:1795:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1796:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:1804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1807:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1809:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1818:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1850:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1852:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1856:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1858:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1858:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1866:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1871:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1877:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1879:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1880:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1883:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1885:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1891:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1899:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1902:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1904:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/tag.c:1905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1907:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1912:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1914:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1916:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/tag.c:1916:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1920:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1934:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1937:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1939:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1945:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1947:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1947:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1952:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1966:  Small and focused functions are preferred: () has 639 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/tag.c:1970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2000:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2001:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2010:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2023:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2024:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2030:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2035:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2037:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:2042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2045:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2058:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2061:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2086:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2087:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2088:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2089:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2087:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2089:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2090:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2091:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2119:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2120:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2130:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2135:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2139:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2144:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2146:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2179:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2180:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2182:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2191:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2192:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2195:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2208:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2209:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2223:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2234:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2246:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2252:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:2254:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/tag.c:2261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2270:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2281:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2282:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2344:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2374:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2396:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2398:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2401:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2402:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2405:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2412:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2421:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2423:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2435:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2436:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2442:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2443:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2446:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2447:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2449:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2449:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2456:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2458:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2466:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:2468:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2471:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2470:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:2472:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2513:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2524:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2532:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2534:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2550:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2557:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2585:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2586:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2597:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2602:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2616:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/tag.c:2619:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2627:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2628:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2646:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2648:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2649:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2650:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2652:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2654:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2656:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2669:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2670:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2684:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2686:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2688:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2691:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2692:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2694:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2695:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2721:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2722:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2745:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:2749:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2773:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2785:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2792:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2794:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2796:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2794:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2796:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2807:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2811:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2814:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2821:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:2826:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:2829:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2832:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2834:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:2836:  if should always use braces  [readability/braces] [5]
src/nvim/tempfile.c:69:  Missing space after {  [whitespace/braces] [5]
src/nvim/tempfile.c:69:  Missing space before }  [whitespace/braces] [5]
src/nvim/tempfile.c:71:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:184:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:504:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:519:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:572:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:591:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:596:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:662:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:666:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:706:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:785:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:830:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:877:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:897:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:913:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:912:  Missing space after {  [whitespace/braces] [5]
src/nvim/terminal.c:912:  Missing space before }  [whitespace/braces] [5]
src/nvim/tui/input.c:75:  Missing space after {  [whitespace/braces] [5]
src/nvim/tui/input.c:75:  Missing space before }  [whitespace/braces] [5]
src/nvim/tui/input.c:226:  for should always use braces  [readability/braces] [5]
src/nvim/tui/input.c:230:  for should always use braces  [readability/braces] [5]
src/nvim/tui/input.c:232:  for should always use braces  [readability/braces] [5]
src/nvim/tui/input.c:308:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/input.c:319:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:625:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:678:  Missing space after {  [whitespace/braces] [5]
src/nvim/tui/tui.c:678:  Missing space before }  [whitespace/braces] [5]
src/nvim/tui/tui.c:750:  Missing space after {  [whitespace/braces] [5]
src/nvim/tui/tui.c:750:  Missing space before }  [whitespace/braces] [5]
src/nvim/tui/tui.c:770:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:813:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:815:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:818:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:820:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:850:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:852:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:854:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:859:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:863:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:869:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:871:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:873:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:875:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ugrid.c:88:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ui_bridge.c:23:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ui_bridge.c:217:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ui_bridge.c:220:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ui_bridge.c:226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ui.c:19:  "nvim/mbyte.h" already included at src/nvim/ui.c:15  [build/include] [4]
src/nvim/ui.c:318:  Missing space after {  [whitespace/braces] [5]
src/nvim/ui.c:318:  Missing space before }  [whitespace/braces] [5]
src/nvim/ui.c:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ui.c:489:  if should always use braces  [readability/braces] [5]
src/nvim/ui.c:491:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ui.c:493:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:118:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:133:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:136:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:148:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:150:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:155:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:160:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:186:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:189:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:194:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:222:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:229:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:232:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:243:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:246:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:257:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:260:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:272:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:276:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:276:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:315:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:350:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:370:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:391:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:411:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:414:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:417:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:417:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:419:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:424:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:429:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:440:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:443:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:445:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:447:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:460:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:462:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:476:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:480:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:496:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:501:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:533:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:535:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:537:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:537:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:563:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:569:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:571:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:571:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:586:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:591:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:594:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1103:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1107:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1118:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1122:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1135:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1173:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1187:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1216:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1218:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1221:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1224:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1242:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1257:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1345:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:1437:  Extra space for operator  ++   [whitespace/operators] [4]
src/nvim/undo.c:1445:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/undo.c:1492:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/undo.c:1497:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/undo.c:1502:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/undo.c:1533:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1544:  for should always use braces  [readability/braces] [5]
src/nvim/undo.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1663:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1667:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1668:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1669:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1680:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1681:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1692:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1697:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1707:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1709:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1724:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1735:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1739:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1744:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1770:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1771:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1774:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1775:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1779:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1790:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1792:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1798:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1800:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1802:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1806:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1809:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1812:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1820:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1823:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:1826:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1830:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1832:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1834:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1836:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1859:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1866:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1868:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:1883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:1883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:1897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1905:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1910:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1917:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1921:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1927:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1929:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1934:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1943:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1945:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1951:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1952:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1953:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1954:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1967:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1969:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1971:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1975:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1987:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1991:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:1995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1997:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2003:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2005:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2013:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2016:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2021:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2031:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2035:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2038:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2040:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2086:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2107:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2132:  for should always use braces  [readability/braces] [5]
src/nvim/undo.c:2133:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2145:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2156:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2157:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:2158:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2160:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2170:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2171:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:2172:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2173:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2182:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2183:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2185:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2192:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2194:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2196:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2215:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2217:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2219:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2220:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2225:  for should always use braces  [readability/braces] [5]
src/nvim/undo.c:2236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2241:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2247:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2249:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2251:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2267:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2274:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2276:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2286:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2295:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2296:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2305:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2308:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2312:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2316:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2318:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2320:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2322:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2324:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2324:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2326:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2328:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2336:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2337:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2339:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2341:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2344:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2346:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2358:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2359:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2360:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2361:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2362:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2368:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2369:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2374:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2376:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2378:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2378:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2409:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2411:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2413:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2416:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2430:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/undo.c:2435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2437:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2445:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2447:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2447:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2454:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2456:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2456:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2461:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2464:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2483:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2486:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2489:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2491:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2499:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2505:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2507:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2509:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2509:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2536:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2541:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2544:  for should always use braces  [readability/braces] [5]
src/nvim/undo.c:2547:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2546:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2570:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2572:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2574:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2584:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2612:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2626:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/undo.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2641:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2642:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2652:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2655:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2659:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2661:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2664:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2666:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2667:  for should always use braces  [readability/braces] [5]
src/nvim/undo.c:2674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2677:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2678:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2689:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2694:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2700:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2711:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2712:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2721:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2723:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2725:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2745:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2771:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2773:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2777:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2779:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2808:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2818:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2819:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2819:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2822:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:2828:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2898:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2900:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2902:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/version.c:1151:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/version.c:1154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/version.c:1316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/version.c:1440:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/version.c:1451:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/version.c:1452:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:68:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:69:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:83:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:85:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:98:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:109:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:127:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:132:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:133:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/window.c:134:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/window.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:163:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:164:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:166:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:168:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:186:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:188:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:188:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:191:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:193:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:199:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:203:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:215:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:222:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:230:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:237:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:242:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:244:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:244:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:254:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:255:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:256:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:257:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:258:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:278:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:280:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:294:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:300:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:309:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:310:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:352:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:354:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:361:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:363:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:409:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:411:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:412:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:414:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:424:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/window.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:436:  Extra space for operator  ++   [whitespace/operators] [4]
src/nvim/window.c:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:438:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:440:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:447:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:449:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:455:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:457:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:509:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:521:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:523:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:542:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:552:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:554:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:556:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:614:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:624:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:625:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:630:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:643:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:696:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:707:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:708:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:715:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:717:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:732:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:748:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:749:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:748:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:749:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:748:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:749:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:748:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:749:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:751:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:752:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:753:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:756:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:757:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:758:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:763:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:779:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:780:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:782:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:787:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:788:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:790:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:791:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:793:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:807:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:809:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:810:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:814:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:816:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:821:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:823:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:828:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:855:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:857:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:857:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:862:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:866:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:867:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:868:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:873:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:893:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:895:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:896:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:908:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:920:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:927:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:929:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:943:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:945:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:946:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:947:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:953:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:958:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:969:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:971:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1010:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1018:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1052:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1053:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1056:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1059:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1081:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:1082:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:1084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1101:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1103:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1109:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1110:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1119:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:1121:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1122:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1125:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1127:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1159:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:1161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1161:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1163:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1168:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1192:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1194:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1243:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:1251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1260:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:1261:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:1265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1268:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:1270:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:1272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1317:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1324:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1327:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/window.c:1330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1339:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1394:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1397:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1398:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1435:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1437:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1449:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1451:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1480:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1482:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1494:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1496:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1505:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1510:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1516:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1519:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1521:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1530:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1532:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1534:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1536:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1538:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1544:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1551:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1555:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1568:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1570:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1601:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1603:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1615:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1617:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1626:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1631:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1637:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1640:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1642:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1651:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1653:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1654:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1655:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1657:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1659:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1665:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1671:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1675:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1686:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:1687:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:1689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1701:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1705:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1717:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1730:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1731:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1768:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/window.c:1771:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1789:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1790:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1794:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/window.c:1796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1802:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1814:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1815:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1816:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1817:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1818:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1819:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1832:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1833:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1835:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1843:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1857:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1862:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1863:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1864:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1879:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1881:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1882:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1885:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1889:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1890:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1893:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1896:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1902:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1910:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1911:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1920:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1926:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/window.c:1932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1947:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1949:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1951:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1960:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1971:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1972:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1974:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1981:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1985:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2003:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2006:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2010:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2014:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2015:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:2016:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2035:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2037:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2037:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:2038:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2040:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:2047:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2053:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2062:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2079:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2090:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2091:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2098:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2113:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2126:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2165:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2165:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2194:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2194:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2212:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2215:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2224:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2228:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2234:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2255:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2263:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2268:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2270:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2272:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2285:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2289:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2290:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2299:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2311:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2314:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2315:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2316:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2317:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2324:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:2325:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2330:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:2328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2329:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/window.c:2329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2329:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/window.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2340:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2358:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2362:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2367:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2369:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2371:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2385:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2391:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2391:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/window.c:2395:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2395:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/window.c:2397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2398:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2416:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2422:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2423:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2424:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2425:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2430:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2431:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2432:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2433:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2443:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2449:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2450:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2451:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2452:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2457:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2458:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2459:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2460:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2474:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2480:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2484:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2485:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:2490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2494:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:2495:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2500:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:2498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2499:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/window.c:2499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2512:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2513:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2515:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2535:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2539:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2544:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2546:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2548:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2562:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2568:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2568:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/window.c:2572:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2572:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/window.c:2574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2575:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2597:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2603:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2608:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2644:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2646:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2646:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:2647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2650:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2658:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2664:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2677:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:2678:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2687:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2689:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2689:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:2690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2693:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2701:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2707:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2722:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:2723:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2733:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2755:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2761:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2767:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2795:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2797:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2810:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2826:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2840:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2845:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2903:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2915:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2942:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2959:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2971:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2975:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2976:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2981:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3012:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3021:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3022:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3052:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3066:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3077:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3078:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3080:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:3079:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/window.c:3079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3089:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3090:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3093:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3094:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3096:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3097:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3117:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/window.c:3127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:3130:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3134:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3137:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3144:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3145:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/window.c:3147:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3155:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3156:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3174:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3183:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3190:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3192:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3199:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3201:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:3205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3206:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3207:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:3209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3217:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3218:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/window.c:3221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3227:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/window.c:3229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3233:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:3234:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3236:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:3237:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3239:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:3243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3249:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3263:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3267:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3269:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3269:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:3270:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3271:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3273:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3283:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3290:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3310:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3313:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3315:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3321:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3323:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3324:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3344:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3345:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3362:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3364:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3366:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3368:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3384:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:3389:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3390:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:3396:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3403:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3404:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3421:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3423:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3425:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3427:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3443:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:3448:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3449:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:3455:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3464:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3472:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/window.c:3474:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3476:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3484:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3485:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3486:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3489:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3490:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3493:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3512:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3517:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3528:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3531:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3539:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3544:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3545:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3549:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3550:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3551:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3555:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3557:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3561:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3595:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/window.c:3599:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3652:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3680:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3681:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3706:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3710:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3718:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3719:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3732:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3751:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3753:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3758:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3760:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3762:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3764:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3771:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3772:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3777:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3779:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3781:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3783:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3785:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3787:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3798:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3811:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3822:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3824:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3826:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3846:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/window.c:3853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3861:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3863:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3868:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3869:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3870:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3875:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/window.c:3878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3883:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3888:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3889:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3890:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3919:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3968:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3976:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3978:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4006:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4008:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4021:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4055:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4060:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4062:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4063:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4068:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4087:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4092:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4095:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4097:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4097:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:4101:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4105:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4108:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4125:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4129:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4134:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4143:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4151:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4153:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4160:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4162:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4162:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:4163:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4166:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4172:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4175:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4175:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4179:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4181:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4202:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4204:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4233:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4236:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4244:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4261:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4266:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4270:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4273:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4278:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4289:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4293:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4307:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4309:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4316:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4318:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4318:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:4319:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4322:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4328:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4331:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4331:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4335:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4337:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4350:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4359:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4364:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4389:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4397:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4400:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4405:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4415:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4421:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4426:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4428:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4430:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4433:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:4435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4438:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4440:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4447:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4448:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4450:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4452:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4462:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4464:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4467:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4469:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4476:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4495:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4501:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4510:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4521:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4527:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4532:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4535:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:4537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4541:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4543:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4547:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4550:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4552:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4559:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4561:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4564:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4566:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4598:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4600:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4630:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4639:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4675:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4676:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4678:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4679:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4701:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4703:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4711:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4731:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4734:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4747:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4767:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:4770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4771:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:4778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4788:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4799:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4801:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4803:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4807:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4809:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4814:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4824:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4827:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4843:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4869:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4870:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4878:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:4883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4894:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:4896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4897:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4907:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4909:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4912:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4921:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:4923:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4925:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4932:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4943:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4946:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4958:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:4959:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:4960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4965:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/window.c:4976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4990:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4992:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4997:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5000:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:5006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5007:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:5010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5011:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:5012:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:5017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5036:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5061:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5062:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5068:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/window.c:5077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5124:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5126:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5128:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5155:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:5156:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:5158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5169:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5182:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5206:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5207:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5212:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5217:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5232:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/window.c:5244:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:5245:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5269:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:5270:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5316:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/window.c:5353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5356:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:5358:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5370:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5374:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5376:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5377:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5378:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5379:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:5383:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5384:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5385:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5386:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5388:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5411:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5443:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:5444:  Missing space before {  [whitespace/braces] [5]
src/nvim/window.c:5463:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:5464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5472:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5474:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:5486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5497:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5497:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:5508:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5508:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:5512:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5514:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:5539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5564:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:5570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5577:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5578:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5580:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5581:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:5582:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5583:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5585:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:5588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5595:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5596:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5598:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5599:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:5600:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5601:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5603:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/api/private/defs.h:8:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/defs.h:8:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/private/defs.h:9:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/defs.h:9:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:23:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:24:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:25:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:28:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:29:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:30:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:33:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:34:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:35:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:38:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:39:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:40:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:43:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:44:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:45:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:48:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:49:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:50:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:53:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:54:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:55:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:58:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:59:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:60:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.h:62:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:62:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:67:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:67:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:72:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:72:  Missing space before }  [whitespace/braces] [5]
src/nvim/ascii.h:134:  #endif line should be "#endif  // NVIM_ASCII_H"  [build/header_guard] [5]
src/nvim/ascii.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:36:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ascii.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:90:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ascii.h:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/assert.h:38:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/assert.h:41:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:42:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:43:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:44:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:49:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:50:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:51:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:52:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:66:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:66:  Missing space after ,  [whitespace/comma] [3]
src/nvim/assert.h:67:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:69:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:70:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:71:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:72:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:73:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/assert.h:73:  Missing space after ,  [whitespace/comma] [3]
src/nvim/assert.h:74:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:1159:  #endif line should be "#endif  // NVIM_BUFFER_DEFS_H"  [build/header_guard] [5]
src/nvim/buffer_defs.h:9:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:64:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:65:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:66:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:68:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:70:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:71:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:81:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:82:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:83:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:84:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:120:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:121:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:126:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:134:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:146:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:248:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:265:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:278:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:295:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:308:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:321:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:340:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:341:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:358:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:371:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:376:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:387:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:454:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:457:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:777:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:778:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:794:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:795:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:827:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:839:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:865:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:882:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:891:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:892:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:893:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:904:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:905:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:921:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:924:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:1074:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:67:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:69:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:150:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:158:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer_defs.h:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:162:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer_defs.h:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:168:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer_defs.h:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:397:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:397:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer_defs.h:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:400:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/buffer_defs.h:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:410:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:456:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:456:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:457:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:465:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:483:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:487:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:494:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:497:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:499:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:553:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:576:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:577:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:578:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:581:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/buffer_defs.h:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:714:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:731:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:739:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:739:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer_defs.h:741:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:742:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/buffer_defs.h:742:  Use operator ! instead of not  [readability/alt_tokens] [2]
src/nvim/buffer_defs.h:745:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:805:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:846:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:848:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:866:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:867:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:884:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:884:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:885:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:885:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:886:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:886:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:894:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:894:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:895:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:895:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer_defs.h:896:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:897:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:923:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:923:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:924:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:930:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:937:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:941:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:960:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:962:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:962:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer_defs.h:964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:966:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:967:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:969:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:972:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:980:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:997:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1010:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1014:  Use operator || instead of or  [readability/alt_tokens] [2]
src/nvim/buffer_defs.h:1017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1024:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1027:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1044:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1046:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1048:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1056:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1073:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1073:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:1074:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1077:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1147:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1159:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:10:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:11:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:12:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:17:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:18:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:19:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:24:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:25:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:26:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:27:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:28:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:33:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:34:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:35:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:36:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:41:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:42:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:43:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:62:  if should always use braces  [readability/braces] [5]
src/nvim/charset.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:45:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval_defs.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.h:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.h:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/event/loop.h:34:  Missing space after {  [whitespace/braces] [5]
src/nvim/event/loop.h:34:  Missing space before }  [whitespace/braces] [5]
src/nvim/event/stream.h:24:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:46:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds_defs.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:148:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds_defs.h:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:148:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds_defs.h:151:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds_defs.h:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:11:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:26:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/ex_eval.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.h:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.h:12:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.h:14:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/func_attr.h:92:  #ifndef header guard has wrong style, please use: NVIM_FUNC_ATTR_H  [build/header_guard] [5]
src/nvim/func_attr.h:208:  #endif line should be "#endif  // NVIM_FUNC_ATTR_H"  [build/header_guard] [5]
src/nvim/func_attr.h:1:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:4:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:5:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:6:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:9:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:12:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:13:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:16:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:19:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:20:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:21:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:118:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/func_attr.h:119:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/func_attr.h:122:  Missing space after ,  [whitespace/comma] [3]
src/nvim/func_attr.h:141:  Missing space after ,  [whitespace/comma] [3]
src/nvim/func_attr.h:185:  Missing space after ,  [whitespace/comma] [3]
src/nvim/func_attr.h:198:  Missing space after ,  [whitespace/comma] [3]
src/nvim/getchar.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1263:  #endif line should be "#endif  // NVIM_GLOBALS_H"  [build/header_guard] [5]
src/nvim/globals.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:35:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/globals.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:127:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/globals.h:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:155:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:169:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/globals.h:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:191:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:192:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:193:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:194:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:196:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:198:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:218:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:226:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:228:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:230:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:231:  Missing spaces around =  [whitespace/operators] [4]
src/nvim/globals.h:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:237:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:240:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:242:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:249:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:250:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:251:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:252:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:253:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:254:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:255:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:257:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:258:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:259:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:259:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:261:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:263:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:263:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:268:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:270:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:274:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:275:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:279:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:279:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:281:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/globals.h:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:283:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:285:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:288:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:291:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:292:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:299:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:302:  Extra space after ( in function call  [whitespace/parens] [4]
src/nvim/globals.h:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:307:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:327:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:333:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:340:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:356:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:376:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:395:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:396:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:397:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:413:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/globals.h:420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:433:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:437:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:439:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:439:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:441:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:441:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:451:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:453:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/globals.h:454:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/globals.h:455:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/globals.h:456:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:502:  Missing space after {  [whitespace/braces] [5]
src/nvim/globals.h:505:  Missing space before }  [whitespace/braces] [5]
src/nvim/globals.h:507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:516:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:517:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:518:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:520:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:521:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:521:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:543:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:549:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:557:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:561:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:580:  for should always use braces  [readability/braces] [5]
src/nvim/globals.h:581:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/globals.h:583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:586:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:600:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:603:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:614:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:618:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:626:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:626:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:640:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:645:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:649:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:673:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:682:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:684:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:693:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:708:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:730:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:736:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:742:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:748:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:756:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:787:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:791:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/globals.h:792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:812:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:819:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:822:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:824:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:843:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:846:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:853:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:855:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:856:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:858:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:860:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:860:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:863:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:869:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:869:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:873:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:873:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:881:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/globals.h:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:889:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:900:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:910:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:911:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:924:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:928:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:929:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:940:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:940:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:942:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:944:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:947:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:948:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:949:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:950:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:979:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:986:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:995:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1046:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1047:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1072:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1078:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1078:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1100:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1115:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1118:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:1120:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1122:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1122:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:1144:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1151:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1165:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1175:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1185:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1192:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1194:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1196:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1201:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1215:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1217:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1220:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:1223:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1228:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1229:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:1238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:71:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.h:71:  Missing space before }  [whitespace/braces] [5]
src/nvim/if_cscope_defs.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:148:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/lib/khash.h:160:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:161:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:162:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:163:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:163:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:164:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:164:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:165:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:165:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:166:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:171:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/lib/khash.h:175:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:181:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:190:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:191:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:192:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:194:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:195:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:421:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:422:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:423:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:425:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:426:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:427:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:427:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:429:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:430:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:430:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:449:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:461:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:462:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:462:  if should always use braces  [readability/braces] [5]
src/nvim/lib/khash.h:463:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:629:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:630:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:631:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:631:  if should always use braces  [readability/braces] [5]
src/nvim/lib/khash.h:631:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:632:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:632:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:633:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:633:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:634:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:635:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:643:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:644:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:645:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:645:  if should always use braces  [readability/braces] [5]
src/nvim/lib/khash.h:645:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:646:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:646:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:647:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:648:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:674:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:675:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:682:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:683:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:689:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:690:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:697:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:698:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:698:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:705:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:706:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/klist.h:26:  #ifndef header guard has wrong style, please use: NVIM_LIB_KLIST_H  [build/header_guard] [5]
src/nvim/lib/klist.h:141:  #endif line should be "#endif  // NVIM_LIB_KLIST_H"  [build/header_guard] [5]
src/nvim/lib/klist.h:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/klist.h:55:  if should always use braces  [readability/braces] [5]
src/nvim/lib/klist.h:61:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/klist.h:96:  for should always use braces  [readability/braces] [5]
src/nvim/lib/klist.h:115:  if should always use braces  [readability/braces] [5]
src/nvim/lib/klist.h:120:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/lib/klist.h:139:  for should always use braces  [readability/braces] [5]
src/nvim/lib/kvec.h:48:  #ifndef header guard has wrong style, please use: NVIM_LIB_KVEC_H  [build/header_guard] [5]
src/nvim/lib/kvec.h:91:  #endif line should be "#endif  // NVIM_LIB_KVEC_H"  [build/header_guard] [5]
src/nvim/lib/kvec.h:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/kvec.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/kvec.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/kvec.h:54:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/lib/kvec.h:64:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/lib/kvec.h:66:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:67:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:67:  if should always use braces  [readability/braces] [5]
src/nvim/lib/kvec.h:68:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:69:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:70:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:72:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:73:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:74:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:74:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/kvec.h:75:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:76:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:77:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:78:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:80:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:81:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/kvec.h:82:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/kvec.h:83:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/kvec.h:81:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:81:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/kvec.h:82:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/kvec.h:82:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:83:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:86:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/kvec.h:87:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/kvec.h:88:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/kvec.h:89:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/kvec.h:86:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:87:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/kvec.h:87:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:87:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/kvec.h:88:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/kvec.h:89:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/queue.h:16:  #ifndef header guard has wrong style, please use: NVIM_LIB_QUEUE_H  [build/header_guard] [5]
src/nvim/lib/queue.h:92:  #endif line should be "#endif  // NVIM_LIB_QUEUE_H"  [build/header_guard] [5]
src/nvim/lib/queue.h:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/queue.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/queue.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/queue.h:32:  for should always use braces  [readability/braces] [5]
src/nvim/lib/queue.h:45:  while should always use braces  [readability/braces] [5]
src/nvim/lib/queue.h:54:  while should always use braces  [readability/braces] [5]
src/nvim/lib/queue.h:65:  while should always use braces  [readability/braces] [5]
src/nvim/lib/queue.h:74:  while should always use braces  [readability/braces] [5]
src/nvim/lib/queue.h:83:  while should always use braces  [readability/braces] [5]
src/nvim/lib/queue.h:90:  while should always use braces  [readability/braces] [5]
src/nvim/lib/queue.h:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/ringbuf.h:43:  for should always use braces  [readability/braces] [5]
src/nvim/lib/ringbuf.h:58:  for should always use braces  [readability/braces] [5]
src/nvim/lib/ringbuf.h:141:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:144:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:158:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:161:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:167:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:170:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:176:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/lib/ringbuf.h:179:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:38:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:40:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:47:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:49:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:56:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:58:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:65:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:67:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/macros.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:26:  Missing space after {  [whitespace/braces] [5]
src/nvim/macros.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:80:  if should always use braces  [readability/braces] [5]
src/nvim/macros.h:86:  if should always use braces  [readability/braces] [5]
src/nvim/macros.h:88:  An else should always have braces before it  [readability/braces] [5]
src/nvim/macros.h:88:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/macros.h:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:133:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/macros.h:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:135:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/macros.h:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:140:  if should always use braces  [readability/braces] [5]
src/nvim/macros.h:141:  An else should always have braces before it  [readability/braces] [5]
src/nvim/macros.h:141:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/macros.h:146:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/macros.h:151:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/macros.h:154:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/mark_defs.h:48:  #endif line should be "#endif  // NVIM_MARK_DEFS_H"  [build/header_guard] [5]
src/nvim/mark_defs.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark_defs.h:48:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/mark.h:32:  Missing space after {  [whitespace/braces] [5]
src/nvim/mark.h:32:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:59:  #endif line should be "#endif  // NVIM_MEMLINE_DEFS_H"  [build/header_guard] [5]
src/nvim/memline_defs.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:59:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/menu.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:36:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/menu.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:38:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/menu.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/msgpack_rpc/defs.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:763:  #endif line should be "#endif  // NVIM_OPTION_DEFS_H"  [build/header_guard] [5]
src/nvim/option_defs.h:20:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option_defs.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:30:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/option_defs.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:131:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option_defs.h:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:262:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/option_defs.h:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:281:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:281:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:293:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:297:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:326:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:326:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:337:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:337:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:369:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:369:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:393:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:395:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:505:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:509:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:560:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:560:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:597:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:597:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:763:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/fs_defs.h:17:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/fs_defs.h:17:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/unix_defs.h:11:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/unix_defs.h:11:  Missing space before }  [whitespace/braces] [5]
src/nvim/os_unix.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.h:9:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/os_unix.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.h:10:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os_unix.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/win_defs.h:14:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/win_defs.h:14:  Missing space before }  [whitespace/braces] [5]
src/nvim/path.h:36:  #endif line should be "#endif  // NVIM_PATH_H"  [build/header_guard] [5]
src/nvim/path.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:19:  Missing space after {  [whitespace/braces] [5]
src/nvim/pos.h:19:  Missing space before }  [whitespace/braces] [5]
src/nvim/pos.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/profile.h:10:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/rbuffer.h:40:  for should always use braces  [readability/braces] [5]
src/nvim/rbuffer.h:41:  for should always use braces  [readability/braces] [5]
src/nvim/rbuffer.h:46:  for should always use braces  [readability/braces] [5]
src/nvim/rbuffer.h:47:  for should always use braces  [readability/braces] [5]
src/nvim/rbuffer.h:54:  for should always use braces  [readability/braces] [5]
src/nvim/rbuffer.h:55:  for should always use braces  [readability/braces] [5]
src/nvim/rbuffer.h:60:  for should always use braces  [readability/braces] [5]
src/nvim/rbuffer.h:61:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_defs.h:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:150:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/regexp_defs.h:159:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.h:19:  #endif line should be "#endif  // NVIM_REGEXP_H"  [build/header_guard] [5]
src/nvim/regexp.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:10:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:24:  #endif line should be "#endif  // NVIM_SIGN_DEFS_H"  [build/header_guard] [5]
src/nvim/sign_defs.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:17:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/sign_defs.h:18:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/sign_defs.h:19:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/sign_defs.h:20:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/sign_defs.h:24:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/syntax_defs.h:77:  #endif line should be "#endif  // NVIM_SYNTAX_DEFS_H"  [build/header_guard] [5]
src/nvim/syntax_defs.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:14:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:19:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:20:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:31:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:63:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax_defs.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:63:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:64:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/syntax_defs.h:65:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax_defs.h:66:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax_defs.h:67:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax_defs.h:68:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax_defs.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:66:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax_defs.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:72:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:77:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/syntax.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:21:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/syntax.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:32:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ugrid.h:24:  Missing space after {  [whitespace/braces] [5]
src/nvim/ugrid.h:24:  Missing space before }  [whitespace/braces] [5]
src/nvim/undo_defs.h:78:  #endif line should be "#endif  // NVIM_UNDO_DEFS_H"  [build/header_guard] [5]
src/nvim/undo_defs.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:61:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/undo_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:78:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/vim.h:332:  #endif line should be "#endif  // NVIM_VIM_H"  [build/header_guard] [5]
src/nvim/vim.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:26:  Use operator ! instead of not  [readability/alt_tokens] [2]
src/nvim/vim.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:82:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/vim.h:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:86:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/vim.h:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/vim.h:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:196:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/vim.h:197:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/vim.h:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:239:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/vim.h:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:267:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/vim.h:277:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/vim.h:288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:304:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/vim.h:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:11:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/window.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
Total errors found: 47245